release 0.25

This commit is contained in:
Vincent Hanquez 2018-02-06 15:35:32 +00:00
parent 41d610fb18
commit ec8366bbd2
No known key found for this signature in database
GPG Key ID: 4CA4A32D1A6F50E2
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
## 0.25
* Improve digest binary conversion efficiency
* AES CCM support
* Add MonadFailure instance for CryptoFailable
* Various misc improvements on documentation
* Edwards25519 lowlevel arithmetic support
* P256 add point negation
* Improvement in ECC (benchmark, better normalization)
* Blake2 improvements to context size
* Use gauge instead of criterion
* Use haskell-ci for CI scripts
* Improve Digest memory representation to be 2 less Ints and one less boxing
moving from `UArray` to `Block`
## 0.24
* Ed25519: generateSecret & Documentation updates

View File

@ -1,5 +1,5 @@
Name: cryptonite
version: 0.24
version: 0.25
Synopsis: Cryptography Primitives sink
Description:
A repository of cryptographic primitives.