From c943d18f387e442cf800e32c50c9bd60ae606e68 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 6 Jan 2019 18:43:38 +0100 Subject: [PATCH] Nits --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ece44d44..22702276 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,15 +18,15 @@ not to be detected. `crypto_core_ed25519_scalar_complement()`, `crypto_core_ed25519_scalar_add()` and `crypto_core_ed25519_scalar_sub()`. - New low-level APIs for scalar multiplication without clamping: -`crypto_scalarmult_ed25519_base_noclamp()`, -and `crypto_scalarmult_ed25519_noclamp()`. These new APIs are -especially useful for blinding. +`crypto_scalarmult_ed25519_base_noclamp()` and +`crypto_scalarmult_ed25519_noclamp()`. These new APIs are especially useful +for blinding. - `sodium_sub()` has been implemented. - Support for WatchOS has been added. - getrandom(2) is now used on FreeBSD 12+. - The `nonnull` attribute has been added to all relevant prototypes. - More reliable AVX512 detection. - - Javascript/Webassembly builds now use dynamic memory growth + - Javascript/Webassembly builds now use dynamic memory growth. * Version 1.0.16 - Signatures computations and verifications are now way faster on