[Pkg-bitcoin-commits] [libsecp256k1] 18/27: Merge #428: Exhaustive recovery

Jonas Smedegaard dr at jones.dk
Tue Jan 10 21:47:17 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 9d560f992db26612ce2630b194aef5f44d63a530
Merge: 8225239 2cee5fd
Author: Pieter Wuille <pieter.wuille at gmail.com>
Date:   Wed Dec 28 04:33:30 2016 -0800

    Merge #428: Exhaustive recovery
    
    2cee5fd exhaustive tests: add recovery module (Andrew Poelstra)
    678b0e5 exhaustive tests: remove erroneous comment from ecdsa_sig_sign (Andrew Poelstra)
    03ff8c2 group_impl.h: remove unused `secp256k1_ge_set_infinity` function (Andrew Poelstra)
    a724d72 configure: add --enable-coverage to set options for coverage analysis (Andrew Poelstra)
    b595163 recovery: add tests to cover API misusage (Andrew Poelstra)
    6f8ae2f ecdh: test NULL-checking of arguments (Andrew Poelstra)
    25e3cfb ecdsa_impl: replace scalar if-checks with VERIFY_CHECKs in ecdsa_sig_sign (Andrew Poelstra)

 Makefile.am                       |  10 ++-
 configure.ac                      |  17 ++++-
 src/ecdsa_impl.h                  |  16 ++---
 src/field_10x26_impl.h            |   4 --
 src/field_5x52_impl.h             |   4 --
 src/group_impl.h                  |   6 --
 src/modules/ecdh/main_impl.h      |   2 +-
 src/modules/ecdh/tests_impl.h     |  30 ++++++++
 src/modules/recovery/main_impl.h  |   2 +-
 src/modules/recovery/tests_impl.h | 143 ++++++++++++++++++++++++++++++++++++++
 src/tests_exhaustive.c            | 143 +++++++++++++++++++++++++++++++++++++-
 src/util.h                        |   5 +-
 12 files changed, 350 insertions(+), 32 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