Obviously depends on #73.
Extra validation and comments on #73 #90
pull sipa wants to merge 3 commits into bitcoin-core:master from sipa:opt-mul-sqr changing 2 files +770 −334-
sipa commented at 3:43 PM on November 3, 2014: contributor
-
5fcd6dd39c
Rewrite mul/sqr for 32bit/64bit
- interleave calculation of the lower and upper partial product ranges, and reduction - less registers needed, more opportunities for parallel ops - "bench" performance: +3.5% for 64bit, +7.5% for 32bit (as tested on a 64-bit machine)
-
Add range checks in secp256k1_fe_mul_inner a746cc55a6
-
Annotate inner_{mul,sqr} with relations between inputs and outputs. 0220d2cfb9
-
sipa commented at 3:53 PM on November 3, 2014: contributor
Where art thou, Travis?
- sipa closed this on Nov 3, 2014
Contributors