Skip to content

Commit 4c37368

Browse files
committed
Nits
1 parent 94550ce commit 4c37368

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ChangeLog

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ maximum lengths.
1919
- The test suite has been extended to cover more edge cases.
2020
- crypto_sign_ed25519_pk_to_curve25519() now rejects points that are
2121
not on the curve, or not in the main subgroup.
22-
- Further changes to ensure that smart compilers will not optimize out
23-
code that we don't want to be optimized.
22+
- Further changes have been made to ensure that smart compilers will
23+
not optimize out code that we don't want to be optimized.
2424
- Visual Studio solutions are now included in distribution tarballs.
2525
- The `sodium_runtime_has_*` symbols for CPU features detection are
2626
now defined as weak symbols, i.e. they can be replaced with an
27-
application-defined implementation. Requested by Facebook to disable
27+
application-defined implementation. This can be useful to disable
2828
AVX* when temperature/power consumption is a concern.
2929
- `crypto_kx_*()` now aborts if called with no non-NULL pointers to
3030
store keys to.

0 commit comments

Comments
 (0)