pkgsrc/security/ruby-ed25519/PLIST
taca c10aa30521 security/ruby-ed25519: add version 1.2.4 package
Add ruby-ed25519 version 1.2.4 package.


# ed25519.rb

A Ruby binding to the Ed25519 elliptic curve public-key signature system
described in [RFC 8032].

Two implementations are provided: a MRI C extension which uses the "ref10"
implementation from the SUPERCOP benchmark suite, and a pure Java version
based on [str4d/ed25519-java].

Ed25519 is one of two notable algorithms implemented atop the Curve25519
elliptic curve. The [x25519 gem] is a related project of this one,
and implements the X25519 Diffie-Hellman key exchange algorithm on the
Montgomery form of Curve25519.

[RFC 8032]: https://tools.ietf.org/html/rfc8032
[str4d/ed25519-java]: https://github.com/str4d/ed25519-java
[x25519 gem]: https://github.com/crypto-rb/x25519
2020-01-19 14:20:38 +00:00

83 lines
4.2 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2020/01/19 14:20:38 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/ed25519_ref10.${RUBY_DLEXT}
${GEM_EXTSDIR}/gem.build_complete
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGES.md
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/appveyor.yml
${GEM_LIBDIR}/ed25519.gemspec
${GEM_LIBDIR}/ed25519.png
${GEM_LIBDIR}/ext/ed25519_jruby/LICENSE.txt
${GEM_LIBDIR}/ext/ed25519_jruby/README.md
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/EdDSAEngine.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/EdDSAKey.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/EdDSAPrivateKey.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/EdDSAPublicKey.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/EdDSASecurityProvider.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/KeyFactory.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/KeyPairGenerator.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/Utils.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/Constants.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/Curve.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/Encoding.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/Field.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/FieldElement.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/GroupElement.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/ScalarOps.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/bigint/BigIntegerFieldElement.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOps.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/bigint/package.html
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOps.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/spec/EdDSAGenParameterSpec.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/spec/EdDSANamedCurveSpec.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/spec/EdDSAParameterSpec.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java
${GEM_LIBDIR}/ext/ed25519_jruby/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java
${GEM_LIBDIR}/ext/ed25519_jruby/org/cryptorb/Ed25519Provider.java
${GEM_LIBDIR}/ext/ed25519_ref10/api.h
${GEM_LIBDIR}/ext/ed25519_ref10/base.h
${GEM_LIBDIR}/ext/ed25519_ref10/base2.h
${GEM_LIBDIR}/ext/ed25519_ref10/d.h
${GEM_LIBDIR}/ext/ed25519_ref10/d2.h
${GEM_LIBDIR}/ext/ed25519_ref10/ed25519_ref10.c
${GEM_LIBDIR}/ext/ed25519_ref10/ed25519_ref10.h
${GEM_LIBDIR}/ext/ed25519_ref10/extconf.rb
${GEM_LIBDIR}/ext/ed25519_ref10/fe.c
${GEM_LIBDIR}/ext/ed25519_ref10/fe.h
${GEM_LIBDIR}/ext/ed25519_ref10/ge.c
${GEM_LIBDIR}/ext/ed25519_ref10/ge.h
${GEM_LIBDIR}/ext/ed25519_ref10/ge_add.h
${GEM_LIBDIR}/ext/ed25519_ref10/ge_madd.h
${GEM_LIBDIR}/ext/ed25519_ref10/ge_msub.h
${GEM_LIBDIR}/ext/ed25519_ref10/ge_p2_dbl.h
${GEM_LIBDIR}/ext/ed25519_ref10/ge_sub.h
${GEM_LIBDIR}/ext/ed25519_ref10/keypair.c
${GEM_LIBDIR}/ext/ed25519_ref10/open.c
${GEM_LIBDIR}/ext/ed25519_ref10/pow22523.h
${GEM_LIBDIR}/ext/ed25519_ref10/pow225521.h
${GEM_LIBDIR}/ext/ed25519_ref10/sc.h
${GEM_LIBDIR}/ext/ed25519_ref10/sc_muladd.c
${GEM_LIBDIR}/ext/ed25519_ref10/sc_reduce.c
${GEM_LIBDIR}/ext/ed25519_ref10/sha512.c
${GEM_LIBDIR}/ext/ed25519_ref10/sha512.h
${GEM_LIBDIR}/ext/ed25519_ref10/sign.c
${GEM_LIBDIR}/ext/ed25519_ref10/sqrtm1.h
${GEM_LIBDIR}/ext/ed25519_ref10/verify.c
${GEM_LIBDIR}/lib/ed25519.rb
${GEM_LIBDIR}/lib/ed25519/signing_key.rb
${GEM_LIBDIR}/lib/ed25519/verify_key.rb
${GEM_LIBDIR}/lib/ed25519/version.rb
${GEM_LIBDIR}/lib/ed25519_ref10.${RUBY_DLEXT}
${GEM_HOME}/specifications/${GEM_NAME}.gemspec