0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00
Commit graph

11 commits

Author SHA1 Message Date
Pieter Wuille
af073e29e4 make assembly version optional 2013-03-26 01:43:22 +01:00
Diederik Huys
37c4ab156d x86_64 specific assembly version of field code 2013-03-26 01:01:04 +01:00
Eric Lombrozo
d41220b301 Removed short-circuit evaluation potential. 2013-03-20 19:04:40 -07:00
Eric Lombrozo
39e40a4089 Added ULL suffix to integer constant. 2013-03-20 17:56:38 -07:00
Pieter Wuille
3c5e388798 Merge remote-tracking branch 'codeshark/master'
Add a constant-time Normalize().
2013-03-21 01:32:11 +01:00
Pieter Wuille
8a926ee91f Make Field::Normalize explicit 2013-03-21 01:10:30 +01:00
Eric Lombrozo
8803181c61 Added constant time methods to FieldElem class. 2013-03-19 10:34:25 -07:00
Eric Lombrozo
b358450114 First cast the conditional to an int64 so it works on 32-bit platforms. 2013-03-18 07:31:33 -07:00
Eric Lombrozo
aee59e3e5b Added constant time Normalize operation to FieldElem class. 2013-03-17 23:59:28 -07:00
Pieter Wuille
607884fc11 Split headers/code 2013-03-16 15:51:55 +01:00
Pieter Wuille
5a437b06db Split field def/impl 2013-03-15 14:47:10 +01:00