]> Git Repo - secp256k1.git/commit
Add trivial ecmult_multi algorithm. It is selected when no scratch space is given...
authorJonas Nick <[email protected]>
Thu, 20 Dec 2018 20:48:19 +0000 (20:48 +0000)
committerJonas Nick <[email protected]>
Sat, 23 Feb 2019 20:24:28 +0000 (20:24 +0000)
commitbade6174173797ff4289adf28815dd381561ede3
tree4e7fd2eafbb67e023328bc9a44dab74d96ef7ab7
parent5545e13deac6ad26690ce3664db660f9a604ed7a
Add trivial ecmult_multi algorithm. It is selected when no scratch space is given and just multiplies and adds the points.
src/ecmult.h
src/ecmult_impl.h
src/tests.c
This page took 0.022842 seconds and 4 git commands to generate.