From 0cfa88be3248b081b9868d177a81dc1e47851e8c Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Thu, 16 Jan 2020 15:22:43 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c257e6..157fbf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added +- Implement enacl:crypto_sign_seed_keypair/1, by Ole Andre Birkedal. - Implement enacl:crypto_sign_ed25519_sk_to_pk/1, by an anonymous contribution. - Added AEAD XChaCha20-Poly1305 support, thanks to Github/ECrownofFire. - The Password Hash Generation functions now support memory and operations limits,