From fc94d1159cf1eae37efe67c3b7f3801992b4f4ad Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 2 Apr 2016 13:30:22 +0200 Subject: [PATCH] Nits --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ce6eefa7..e58a4b46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,12 @@ * Version 1.0.9 - - The Javascript target now includes a "sumo" option to include all + - The Javascript target now includes a `--sumo` option to include all the symbols of the original C library. - A detached API was added to the ChaCha20-Poly1305 and AES256-GCM implementations. - The Argon2i password hashing function was added, and is accessible directly and through a new, high-level `crypto_pwhash` API. The scrypt -function remains available. +function remains available as well. - A speed-record AVX2 implementation of BLAKE2b was added (thanks to Samuel Neves). - The library can now be compiled using C++Builder (thanks to @jcolli44)