]> Git Repo - secp256k1.git/commit
Minor optimizations to _scalar_inverse to save 4M
authorPeter Dettman <[email protected]>
Tue, 18 Apr 2017 04:43:56 +0000 (11:43 +0700)
committerPeter Dettman <[email protected]>
Tue, 18 Apr 2017 04:55:07 +0000 (11:55 +0700)
commitcf12fa13cb96797d6ce356a5023051f99f915fe6
tree8672be1d94b43cb38b7b54480c7a434b4d444262
parent119949232a243396ba1462676932a11022592b59
Minor optimizations to _scalar_inverse to save 4M

- Precalculate x^5 and use for "01010" patterns during accumulation. (net -2M)
- Further use of x^5 to allow shorter addition chain (net -2M)
src/scalar_impl.h
This page took 0.024604 seconds and 4 git commands to generate.