ed25519 v0.0.4.0 Release Notes
Release Date: 2015-09-28 // over 7 years ago-
Crypto.Sign.Ed25519
is now marked-XTrustworthy
.- There is now a
Generic
instance forSignature
on GHC 7.2 and above. - DEPRECATED:
createKeypairFromSeed
due to unsafety.- Use
createKeypairFromSeed_
instead, which will return aMaybe
.
- Use
- DEPRECATED:
sign'
andverify'
for bad naming- Use
dsign
anddverify
instead.
- Use
- Improve benchmarks.
- Huge overhaul to documentation, including design and implementation notes.