openbsd-ports/security/ruby-rbnacl/pkg/PLIST
kmos 5b2ca60396 The Networking and Cryptography (NaCl) library provides a high-level
toolkit for building cryptographic systems and protocols. rbnacl
provides a ruby interface to libsodium/NaCl.

input and ok jeremy@
2022-10-03 21:03:36 +00:00

119 lines
6.3 KiB
Plaintext

${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.coveralls.yml
@comment ${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/.rspec
${GEM_LIB}/gems/${DISTNAME}/.rubocop.yml
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
${GEM_LIB}/gems/${DISTNAME}/.yardopts
${GEM_LIB}/gems/${DISTNAME}/CHANGES.md
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/Guardfile
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/images/
${GEM_LIB}/gems/${DISTNAME}/images/dragons.png
${GEM_LIB}/gems/${DISTNAME}/images/ed25519.png
${GEM_LIB}/gems/${DISTNAME}/images/hash.png
${GEM_LIB}/gems/${DISTNAME}/images/logo.png
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/aead/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/aead/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/aead/chacha20poly1305_ietf.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/aead/chacha20poly1305_legacy.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/aead/xchacha20poly1305_ietf.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/auth.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/boxes/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/boxes/curve25519xsalsa20poly1305/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/boxes/curve25519xsalsa20poly1305/private_key.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/boxes/curve25519xsalsa20poly1305/public_key.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/boxes/sealed.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/group_elements/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/group_elements/curve25519.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/hash/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/hash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/hash/blake2b.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/hash/sha256.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/hash/sha512.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/hmac/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/hmac/sha256.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/hmac/sha512.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/hmac/sha512256.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/init.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/key_comparator.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/one_time_auths/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/one_time_auths/poly1305.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/password_hash/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/password_hash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/password_hash/argon2.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/password_hash/scrypt.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/random.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/secret_boxes/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/secret_boxes/xsalsa20poly1305.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/self_test.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/serializable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/signatures/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/signatures/ed25519/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/signatures/ed25519.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/signatures/ed25519/signing_key.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/signatures/ed25519/verify_key.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/simple_box.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/sodium/
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/sodium.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/sodium/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/test_vectors.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/util.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rbnacl/version.rb
${GEM_LIB}/gems/${DISTNAME}/rbnacl.gemspec
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/aead/
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/aead/chacha20poly1305_ietf_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/aead/chacha20poly1305_legacy_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/aead/xchacha20poly1305_ietf_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/authenticators/
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/authenticators/poly1305_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/boxes/
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/boxes/curve25519xsalsa20poly1305/
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/boxes/curve25519xsalsa20poly1305/private_key_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/boxes/curve25519xsalsa20poly1305/public_key_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/boxes/curve25519xsalsa20poly1305_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/boxes/sealed_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/group_element_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/hash/
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/hash/blake2b_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/hash_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/hmac/
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/hmac/sha256_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/hmac/sha512256_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/hmac/sha512_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/password_hash/
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/password_hash/argon2_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/password_hash/scrypt_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/random_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/secret_box_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/signatures/
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/signatures/ed25519/
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/signatures/ed25519/signing_key_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/signatures/ed25519/verify_key_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/simple_box_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/sodium_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/rbnacl/util_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shared/
${GEM_LIB}/gems/${DISTNAME}/spec/shared/aead.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shared/authenticator.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shared/box.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shared/hmac.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shared/key_equality.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shared/sealed_box.rb
${GEM_LIB}/gems/${DISTNAME}/spec/shared/serializable.rb
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
${GEM_LIB}/gems/${DISTNAME}/tasks/
${GEM_LIB}/gems/${DISTNAME}/tasks/rspec.rake
${GEM_LIB}/gems/${DISTNAME}/tasks/rubocop.rake
${GEM_LIB}/specifications/${DISTNAME}.gemspec