]> Git Repo - secp256k1.git/commit
Rewrite mul/sqr for 32bit/64bit
authorPeter Dettman <[email protected]>
Mon, 27 Oct 2014 15:10:26 +0000 (22:10 +0700)
committerPieter Wuille <[email protected]>
Thu, 13 Nov 2014 12:46:17 +0000 (04:46 -0800)
commit5dd421bab5d19f6a45083711bf79933817994ad2
tree654e1ae7c2d5c6f52fda68fbba3abc91fbabd67a
parent027eb9c6107d30c3ea20b5f060da8e4191e43740
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
src/field_10x26_impl.h
src/field_5x52_int128_impl.h
This page took 0.025017 seconds and 4 git commands to generate.