Skip to content

EdDSA 0.1.0

Compare
Choose a tag to compare
@str4d str4d released this 28 Feb 04:52
· 122 commits to master since this release

This is the first release of the library. Features:

  • Ed25519-specific implementation
    • Based on ref10 with constant-time signing
  • Generic BigInteger-based implementation
    • Supports any EdDSA parameter specification
    • Not constant-time
  • JCA-compatible
    • Instantiate EdDSAEngine as a Signature
  • One-shot signing methods
    • Instantiate EdDSAEngine directly