ed25519 v0.0.3.0 Release Notes

Release Date: 2015-09-26 // over 8 years ago
    • ๐Ÿ— Tighten dependencies everywhere for cleaner builds.
    • ๐Ÿ›  Fix old code (including compatibility with newer QuickCheck versions)
    • ๐Ÿ†• New API: toPublicKey :: SecretKey -> PublicKey
      • Used to derive the public key for a given secret key
    • ๐Ÿ†• New API: createKeypairFromSeed :: ByteString -> (PublicKey, SecretKey)
      • Used to create a deterministic Ed25519 keypair from a 32-byte seed.
    • For GHC 7.2 and above, both PublicKey and SecretKey are
      now instances of Generic.
    • ๐Ÿ‘Œ Improved documentation.
    • โœ… Various cleanups and some fixes in the tests and benchmarks.

    โœ… This version also does not support GHC 6.12.3 officially anymore. While it should still work, it's no longer being tested.