File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ maximum lengths.
19
19
- The test suite has been extended to cover more edge cases.
20
20
- crypto_sign_ed25519_pk_to_curve25519() now rejects points that are
21
21
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.
24
24
- Visual Studio solutions are now included in distribution tarballs.
25
25
- The `sodium_runtime_has_*` symbols for CPU features detection are
26
26
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
28
28
AVX* when temperature/power consumption is a concern.
29
29
- `crypto_kx_*()` now aborts if called with no non-NULL pointers to
30
30
store keys to.
You can’t perform that action at this time.
0 commit comments