ed25519 v0.0.5.0 Release Notes
Release Date: 2015-10-11 // over 9 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 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.