release 0.27

This commit is contained in:
Vincent Hanquez 2020-06-21 12:07:25 +08:00
parent cf9631dd7f
commit 0254f16e83
No known key found for this signature in database
GPG Key ID: 4CA4A32D1A6F50E2
2 changed files with 11 additions and 1 deletions

View File

@ -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)

View File

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