Skip to content

ecdsa 0.18.0 beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomato42 tomato42 released this 03 Aug 12:11
· 172 commits to master since this release

New features:

  • Support for EdDSA (Ed25519, Ed448) signature creation and verification.
  • Support for Ed25519 and Ed448 in PKCS#8 and public key files.

New API:

  • CurveEdTw class to represent the Twisted Edwards curve parameters.
  • PointEdwards class to represent points on Twisted Edwards curve and
    provide point arithmetic on it.