ed25519 v0.0.5.0 Release Notes

Release Date: 2015-10-11 // over 8 years ago
    • Added doctests and crash course introduction.
    • Fixed some bugs in the test harnesses.
    • Fixed some hlint gripes.
    • Minor touchups elsewhere.

Previous changes from v0.0.4.0

    • Crypto.Sign.Ed25519 is now marked -XTrustworthy.
    • There is now a Generic instance for Signature on GHC 7.2 and above.
    • DEPRECATED: createKeypairFromSeed due to unsafety.
      • Use createKeypairFromSeed_ instead, which will return a Maybe.
    • DEPRECATED: sign' and verify' for bad naming
      • Use dsign and dverify instead.
    • Improve benchmarks.
    • Huge overhaul to documentation, including design and implementation notes.