Address ‘constant-time’ TODOs in field impls #92
pull peterdettman wants to merge 1 commits into bitcoin-core:master from peterdettman:fe-constant changing 2 files +10 −10-
peterdettman commented at 5:44 am on November 4, 2014: contributor
-
Address 'constant-time' TODOs in field impls 137e77afb4
-
peterdettman force-pushed on Nov 4, 2014
-
in src/field_10x26_impl.h: in 137e77afb4
165@@ -166,7 +166,7 @@ void static secp256k1_fe_set_b32(secp256k1_fe_t *r, const unsigned char *a) { 166 #endif 167 } 168 169-/** Convert a field element to a 32-byte big endian value. Requires the input to be normalized */ 170+/** Convert a field element to a 32-bote big endian value. Requires the input to be normalized */
sipa commented at 10:26 am on November 4, 2014:typo? -
sipa merged this on Nov 4, 2014
-
sipa closed this on Nov 4, 2014
-
sipa referenced this in commit aee112a24e on Nov 4, 2014
-
peterdettman deleted the branch on Nov 6, 2014