Skip to content

EdDSA 0.2.0

Compare
Choose a tag to compare
@str4d str4d released this 06 May 02:49
· 54 commits to master since this release

Notable changes in this release:

  • The OIDs and PKI encodings of public and private keys have changed to match draft-ietf-curdle-pkix-04.
    • The previous encoding can still be read, but only the new encoding will be written out.
  • The named curve spec now uses the canonical name Ed25519 per RFC 8032 and draft-ietf-curdle-pkix-04.
  • The library contains a JCA security provider (named EdDSA).
  • A constant-time issue has been fixed (#31).

For all details, see the milestone.