release 0.25
This commit is contained in:
parent
41d610fb18
commit
ec8366bbd2
15
CHANGELOG.md
15
CHANGELOG.md
@ -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
|
## 0.24
|
||||||
|
|
||||||
* Ed25519: generateSecret & Documentation updates
|
* Ed25519: generateSecret & Documentation updates
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
Name: cryptonite
|
Name: cryptonite
|
||||||
version: 0.24
|
version: 0.25
|
||||||
Synopsis: Cryptography Primitives sink
|
Synopsis: Cryptography Primitives sink
|
||||||
Description:
|
Description:
|
||||||
A repository of cryptographic primitives.
|
A repository of cryptographic primitives.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user