-
Name
-
rbnacl
-
Version
-
7.1.2
-
Platform
-
ruby
-
Authors
-
Tony Arcieri
Jonathan Stott
-
Bindir
-
bin
-
Date
-
2024-10-15 00:00:00 UTC
-
Dependencies
-
ffi (~> 1)
bundler (~> 2, development)
-
Description
-
The Networking and Cryptography (NaCl) library provides a high-level toolkit for building cryptographic systems and protocols
-
Email
-
bascule@gmail.com
jonathan.stott@gmail.com
-
Files
-
.coveralls.yml
.github/workflows/ci.yml
.gitignore
.rspec
.rubocop.yml
.yardopts
CHANGES.md
Gemfile
Guardfile
LICENSE.txt
README.md
lib/rbnacl.rb
lib/rbnacl/aead/base.rb
lib/rbnacl/aead/chacha20poly1305_ietf.rb
lib/rbnacl/aead/chacha20poly1305_legacy.rb
lib/rbnacl/aead/xchacha20poly1305_ietf.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/boxes/sealed.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/sha512.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/argon2.rb
lib/rbnacl/password_hash/scrypt.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
-
Homepage
-
https://github.com/RubyCrypto/rbnacl
-
Licenses
-
MIT
-
Metadata
-
{"bug_tracker_uri"=>"https://github.com/RubyCrypto/rbnacl/issues", "changelog_uri"=>"https://github.com/RubyCrypto/rbnacl/blob/master/CHANGES.md", "documentation_uri"=>"https://www.rubydoc.info/gems/rbnacl/7.1.2", "source_code_uri"=>"https://github.com/RubyCrypto/rbnacl/tree/v7.1.2", "wiki_uri"=>"https://github.com/RubyCrypto/rbnacl/wiki"}
-
Require paths
-
lib
-
Required ruby version
-
>= 2.6.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.5.21
-
Specification version
-
4
-
Summary
-
Ruby binding to the libsodium/NaCl cryptography library
-
Original platform
-
ruby
-
New platform
-
ruby