diff --git a/CHANGELOG.md b/CHANGELOG.md index cd23f2a..198c7b5 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/cryptonite.cabal b/cryptonite.cabal index 652e595..b4bf6e5 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -1,5 +1,5 @@ Name: cryptonite -version: 0.26 +version: 0.27 Synopsis: Cryptography Primitives sink Description: A repository of cryptographic primitives.