File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2121not 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
2626now 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
2828AVX* when temperature/power consumption is a concern.
2929 - `crypto_kx_*()` now aborts if called with no non-NULL pointers to
3030store keys to.
You can’t perform that action at this time.
0 commit comments