ed25519
ed25519 copied to clipboard
Ed25519 high-performance public-key signature system as a RubyGem (MRI C extension and JRuby Java extension)
Results
2
ed25519 issues
Sort by
recently updated
recently updated
newest added
Everything works correctly, as I expected, but I think the library should include the test vectors in the specs to make it more obvious that this implements Ed25519 correctly.
This adds the ability to export signing keys and verifying keys as PEM formatted private and public keys. These exported PEM keys are compatible with OpenSSL. This enables easier interoperability...