[Pkg-bitcoin-commits] [libsecp256k1] 06/27: Merge #310: Add exhaustive test for group functions on a low-order subgroup
Jonas Smedegaard
dr at jones.dk
Tue Jan 10 21:47:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libsecp256k1.
commit a8abae7e5f45c04a3b70cca215601ba903769586
Merge: 80773a6 b4ceedf
Author: Pieter Wuille <pieter.wuille at gmail.com>
Date: Fri Nov 25 16:48:14 2016 -0800
Merge #310: Add exhaustive test for group functions on a low-order subgroup
b4ceedf Add exhaustive test for verification (Andrew Poelstra)
83836a9 Add exhaustive tests for group arithmetic, signing, and ecmult on a small group (Andrew Poelstra)
20b8877 Add exhaustive test for group functions on a low-order subgroup (Andrew Poelstra)
.gitignore | 1 +
Makefile.am | 14 ++-
configure.ac | 6 +
src/ecdsa_impl.h | 18 +++
src/ecmult_const_impl.h | 2 +-
src/ecmult_impl.h | 21 +++-
src/field.h | 5 +
src/group_impl.h | 68 +++++++++-
src/scalar.h | 4 +-
src/scalar_impl.h | 39 +++++-
src/scalar_low.h | 15 +++
src/scalar_low_impl.h | 114 +++++++++++++++++
src/tests_exhaustive.c | 329 ++++++++++++++++++++++++++++++++++++++++++++++++
13 files changed, 622 insertions(+), 14 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libsecp256k1.git
More information about the Pkg-bitcoin-commits
mailing list