From 4c37368f95e756b7f930f437e5ecbdc934d5f926 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 21 Sep 2017 20:39:38 +0200 Subject: [PATCH] Nits --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index db7ddb59..d6cac044 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,12 +19,12 @@ maximum lengths. - The test suite has been extended to cover more edge cases. - crypto_sign_ed25519_pk_to_curve25519() now rejects points that are not on the curve, or not in the main subgroup. - - Further changes to ensure that smart compilers will not optimize out -code that we don't want to be optimized. + - Further changes have been made to ensure that smart compilers will +not optimize out code that we don't want to be optimized. - Visual Studio solutions are now included in distribution tarballs. - The `sodium_runtime_has_*` symbols for CPU features detection are now defined as weak symbols, i.e. they can be replaced with an -application-defined implementation. Requested by Facebook to disable +application-defined implementation. This can be useful to disable AVX* when temperature/power consumption is a concern. - `crypto_kx_*()` now aborts if called with no non-NULL pointers to store keys to.