# -*- encoding: utf-8 -*- # stub: rbnacl 3.1.0 ruby lib Gem::Specification.new do |s| s.name = "rbnacl".freeze s.version = "3.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tony Arcieri".freeze, "Jonathan Stott".freeze] s.cert_chain = ["bascule.cert".freeze] s.date = "2014-05-23" s.description = "Ruby binding to the Networking and Cryptography (NaCl) library".freeze s.email = ["tony.arcieri@gmail.com".freeze, "jonathan.stott@gmail.com".freeze] s.files = [".coveralls.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGES.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bascule.cert".freeze, "bascule.gpg".freeze, "images/dragons.png".freeze, "images/ed25519.png".freeze, "images/hash.png".freeze, "images/logo.png".freeze, "lib/rbnacl.rb".freeze, "lib/rbnacl/auth.rb".freeze, "lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb".freeze, "lib/rbnacl/boxes/curve25519xsalsa20poly1305/private_key.rb".freeze, "lib/rbnacl/boxes/curve25519xsalsa20poly1305/public_key.rb".freeze, "lib/rbnacl/group_elements/curve25519.rb".freeze, "lib/rbnacl/hash.rb".freeze, "lib/rbnacl/hash/blake2b.rb".freeze, "lib/rbnacl/hash/sha256.rb".freeze, "lib/rbnacl/hash/sha512.rb".freeze, "lib/rbnacl/hmac/sha256.rb".freeze, "lib/rbnacl/hmac/sha512256.rb".freeze, "lib/rbnacl/init.rb".freeze, "lib/rbnacl/key_comparator.rb".freeze, "lib/rbnacl/one_time_auths/poly1305.rb".freeze, "lib/rbnacl/password_hash.rb".freeze, "lib/rbnacl/password_hash/scrypt.rb".freeze, "lib/rbnacl/rake_tasks.rb".freeze, "lib/rbnacl/random.rb".freeze, "lib/rbnacl/secret_boxes/xsalsa20poly1305.rb".freeze, "lib/rbnacl/self_test.rb".freeze, "lib/rbnacl/serializable.rb".freeze, "lib/rbnacl/signatures/ed25519.rb".freeze, "lib/rbnacl/signatures/ed25519/signing_key.rb".freeze, "lib/rbnacl/signatures/ed25519/verify_key.rb".freeze, "lib/rbnacl/simple_box.rb".freeze, "lib/rbnacl/sodium.rb".freeze, "lib/rbnacl/sodium/version.rb".freeze, "lib/rbnacl/test_vectors.rb".freeze, "lib/rbnacl/util.rb".freeze, "lib/rbnacl/version.rb".freeze, "rbnacl.gemspec".freeze, "spec/rbnacl/authenticators/poly1305_spec.rb".freeze, "spec/rbnacl/boxes/curve25519xsalsa20poly1305/private_key_spec.rb".freeze, "spec/rbnacl/boxes/curve25519xsalsa20poly1305/public_key_spec.rb".freeze, "spec/rbnacl/boxes/curve25519xsalsa20poly1305_spec.rb".freeze, "spec/rbnacl/group_element_spec.rb".freeze, "spec/rbnacl/hash/blake2b_spec.rb".freeze, "spec/rbnacl/hash_spec.rb".freeze, "spec/rbnacl/hmac/sha256_spec.rb".freeze, "spec/rbnacl/hmac/sha512256_spec.rb".freeze, "spec/rbnacl/password_hash/scrypt_spec.rb".freeze, "spec/rbnacl/random_spec.rb".freeze, "spec/rbnacl/secret_box_spec.rb".freeze, "spec/rbnacl/signatures/ed25519/signing_key_spec.rb".freeze, "spec/rbnacl/signatures/ed25519/verify_key_spec.rb".freeze, "spec/rbnacl/simple_box_spec.rb".freeze, "spec/rbnacl/util_spec.rb".freeze, "spec/shared/authenticator.rb".freeze, "spec/shared/box.rb".freeze, "spec/shared/key_equality.rb".freeze, "spec/shared/serializable.rb".freeze, "spec/spec_helper.rb".freeze, "tasks/ci.rake".freeze, "tasks/rspec.rake".freeze, "tasks/rubocop.rake".freeze] s.homepage = "https://github.com/cryptosphere/rbnacl".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The Networking and Cryptography (NaCl) library provides a high-level toolkit for building cryptographic systems and protocols".freeze s.test_files = ["spec/rbnacl/authenticators/poly1305_spec.rb".freeze, "spec/rbnacl/boxes/curve25519xsalsa20poly1305/private_key_spec.rb".freeze, "spec/rbnacl/boxes/curve25519xsalsa20poly1305/public_key_spec.rb".freeze, "spec/rbnacl/boxes/curve25519xsalsa20poly1305_spec.rb".freeze, "spec/rbnacl/group_element_spec.rb".freeze, "spec/rbnacl/hash/blake2b_spec.rb".freeze, "spec/rbnacl/hash_spec.rb".freeze, "spec/rbnacl/hmac/sha256_spec.rb".freeze, "spec/rbnacl/hmac/sha512256_spec.rb".freeze, "spec/rbnacl/password_hash/scrypt_spec.rb".freeze, "spec/rbnacl/random_spec.rb".freeze, "spec/rbnacl/secret_box_spec.rb".freeze, "spec/rbnacl/signatures/ed25519/signing_key_spec.rb".freeze, "spec/rbnacl/signatures/ed25519/verify_key_spec.rb".freeze, "spec/rbnacl/simple_box_spec.rb".freeze, "spec/rbnacl/util_spec.rb".freeze, "spec/shared/authenticator.rb".freeze, "spec/shared/box.rb".freeze, "spec/shared/key_equality.rb".freeze, "spec/shared/serializable.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.14".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end