Files
bitcoin/src
Gregory Maxwell bb0ea50de8 Replace set/add with cmov in secp256k1_gej_add_ge.
Use a conditional move of the same kind we use for the affine points
 in the storage  type instead of multiplying  with the infinity flag
 and adding.  This results in fewer constructions to worry about for
 sidechannel behavior.

It also might be faster: It doesn't appear to benchmark as slower for
 me at least; but I think  the CMOV is faster than the mul_int + add,
 but slower than the set+add;  making it a wash.
2015-04-22 00:43:30 +00:00
..
2015-04-12 06:17:35 -07:00
2015-04-11 22:16:03 -05:00
2015-03-27 23:24:32 +00:00
2015-03-27 23:24:32 +00:00
2014-12-01 12:38:38 +01:00
2014-12-02 16:50:00 +01:00
2015-03-27 23:24:32 +00:00
2015-02-23 07:32:37 -08:00
2015-04-16 15:56:04 -05:00