--- !ruby/object:Gem::Specification name: rbnacl version: !ruby/object:Gem::Version version: 3.1.0 platform: ruby authors: - Tony Arcieri - Jonathan Stott autorequire: bindir: bin cert_chain: - bascule.cert date: 2014-05-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: ffi requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.14' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.14' - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Ruby binding to the Networking and Cryptography (NaCl) library email: - tony.arcieri@gmail.com - jonathan.stott@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".coveralls.yml" - ".gitignore" - ".rspec" - ".travis.yml" - ".yardopts" - CHANGES.md - Gemfile - Guardfile - LICENSE.txt - README.md - Rakefile - bascule.cert - bascule.gpg - images/dragons.png - images/ed25519.png - images/hash.png - images/logo.png - lib/rbnacl.rb - lib/rbnacl/auth.rb - lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb - lib/rbnacl/boxes/curve25519xsalsa20poly1305/private_key.rb - lib/rbnacl/boxes/curve25519xsalsa20poly1305/public_key.rb - lib/rbnacl/group_elements/curve25519.rb - lib/rbnacl/hash.rb - lib/rbnacl/hash/blake2b.rb - lib/rbnacl/hash/sha256.rb - lib/rbnacl/hash/sha512.rb - lib/rbnacl/hmac/sha256.rb - lib/rbnacl/hmac/sha512256.rb - lib/rbnacl/init.rb - lib/rbnacl/key_comparator.rb - lib/rbnacl/one_time_auths/poly1305.rb - lib/rbnacl/password_hash.rb - lib/rbnacl/password_hash/scrypt.rb - lib/rbnacl/rake_tasks.rb - lib/rbnacl/random.rb - lib/rbnacl/secret_boxes/xsalsa20poly1305.rb - lib/rbnacl/self_test.rb - lib/rbnacl/serializable.rb - lib/rbnacl/signatures/ed25519.rb - lib/rbnacl/signatures/ed25519/signing_key.rb - lib/rbnacl/signatures/ed25519/verify_key.rb - lib/rbnacl/simple_box.rb - lib/rbnacl/sodium.rb - lib/rbnacl/sodium/version.rb - lib/rbnacl/test_vectors.rb - lib/rbnacl/util.rb - lib/rbnacl/version.rb - rbnacl.gemspec - spec/rbnacl/authenticators/poly1305_spec.rb - spec/rbnacl/boxes/curve25519xsalsa20poly1305/private_key_spec.rb - spec/rbnacl/boxes/curve25519xsalsa20poly1305/public_key_spec.rb - spec/rbnacl/boxes/curve25519xsalsa20poly1305_spec.rb - spec/rbnacl/group_element_spec.rb - spec/rbnacl/hash/blake2b_spec.rb - spec/rbnacl/hash_spec.rb - spec/rbnacl/hmac/sha256_spec.rb - spec/rbnacl/hmac/sha512256_spec.rb - spec/rbnacl/password_hash/scrypt_spec.rb - spec/rbnacl/random_spec.rb - spec/rbnacl/secret_box_spec.rb - spec/rbnacl/signatures/ed25519/signing_key_spec.rb - spec/rbnacl/signatures/ed25519/verify_key_spec.rb - spec/rbnacl/simple_box_spec.rb - spec/rbnacl/util_spec.rb - spec/shared/authenticator.rb - spec/shared/box.rb - spec/shared/key_equality.rb - spec/shared/serializable.rb - spec/spec_helper.rb - tasks/ci.rake - tasks/rspec.rake - tasks/rubocop.rake homepage: https://github.com/cryptosphere/rbnacl licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: The Networking and Cryptography (NaCl) library provides a high-level toolkit for building cryptographic systems and protocols test_files: - spec/rbnacl/authenticators/poly1305_spec.rb - spec/rbnacl/boxes/curve25519xsalsa20poly1305/private_key_spec.rb - spec/rbnacl/boxes/curve25519xsalsa20poly1305/public_key_spec.rb - spec/rbnacl/boxes/curve25519xsalsa20poly1305_spec.rb - spec/rbnacl/group_element_spec.rb - spec/rbnacl/hash/blake2b_spec.rb - spec/rbnacl/hash_spec.rb - spec/rbnacl/hmac/sha256_spec.rb - spec/rbnacl/hmac/sha512256_spec.rb - spec/rbnacl/password_hash/scrypt_spec.rb - spec/rbnacl/random_spec.rb - spec/rbnacl/secret_box_spec.rb - spec/rbnacl/signatures/ed25519/signing_key_spec.rb - spec/rbnacl/signatures/ed25519/verify_key_spec.rb - spec/rbnacl/simple_box_spec.rb - spec/rbnacl/util_spec.rb - spec/shared/authenticator.rb - spec/shared/box.rb - spec/shared/key_equality.rb - spec/shared/serializable.rb - spec/spec_helper.rb