curve25519-dalek-source/src/backend
Henry de Valence e17c98a391 Ensure NAF works on manually-constructed extremal values.
The NAF computation can generate a 1 in the last digit (only) when s = 2^255-1,
so someone who manually constructed the value s = 2^255-1 and fed it into a NAF-using
computation could generate an incorrect result.  Some version of this bug has
been present from the beginning of the library, but it has no security content,
because the NAF computations are not applied to secret data, and the error
occurs only on one value which is not constructed by any client caller.
2019-06-05 23:18:43 -07:00
..
serial Ensure NAF works on manually-constructed extremal values. 2019-06-05 23:18:43 -07:00
vector Ensure NAF works on manually-constructed extremal values. 2019-06-05 23:18:43 -07:00
mod.rs Fix rustdoc feature flags to compile on stable. 2019-01-18 14:19:39 -08:00