release 0.27
This commit is contained in:
parent
cf9631dd7f
commit
0254f16e83
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
||||
## 0.27
|
||||
|
||||
* Optimise AES GCM and CCM
|
||||
* Optimise P256R1 implementation
|
||||
* Various AES-NI building improvements
|
||||
* Add better ECDSA support
|
||||
* Add XSalsa derive
|
||||
* Implement square roots for ECC binary curve
|
||||
* Various tests and benchmarks
|
||||
|
||||
## 0.26
|
||||
|
||||
* Add Rabin cryptosystem (and variants)
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: cryptonite
|
||||
version: 0.26
|
||||
version: 0.27
|
||||
Synopsis: Cryptography Primitives sink
|
||||
Description:
|
||||
A repository of cryptographic primitives.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user