]> Git Repo - secp256k1.git/commit - src/tests.c
Further performance improvements to _ecmult_wnaf
authorPeter Dettman <[email protected]>
Sun, 12 Jul 2015 07:50:59 +0000 (17:50 +1000)
committerPeter Dettman <[email protected]>
Mon, 13 Jul 2015 12:46:42 +0000 (22:46 +1000)
commit55399c23f7d8f4f403cf66d029becd13b8ebdc44
treea12fa23d307666e534601790331ae26b1ccd5f7e
parent145cc6ea8fb16173d8db45056c9e647f8007ebe5
Further performance improvements to _ecmult_wnaf

- Initialize 'wnaf' to zeroes using memset
- Add new 'len' arg to speed up smaller scalars (mostly for endo=yes)
src/bench_internal.c
src/ecmult_impl.h
src/tests.c
This page took 0.025014 seconds and 4 git commands to generate.