This is an automated email from the ASF dual-hosted git repository.

sandreoli pushed a commit to branch update-model-no-replay
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-MPC.git

commit 2874446d00cac22da581a29c5941117de34eb9a8
Merge: 92a946e 5603495
Author: samuele-andreoli <[email protected]>
AuthorDate: Mon Feb 10 11:12:33 2020 +0000

    Merge pull request #47 from qredo/issue44
    
    Add Double Schnorr Proof

 benchmark/bench_d_schnorr.c                 | 161 +++++++++++++++++++++++
 examples/example_d_schnorr.c                | 144 ++++++++++++++++++++
 examples/example_schnorr_interactive.c      | 103 +++++++++++++++
 include/amcl/schnorr.h                      |  63 ++++++++-
 model/examples/run_schnorr.py               |  13 +-
 model/sec256k1/schnorr.py                   |  27 ++--
 model/vectors/schnorr/genDSCHNORR.py        |  29 +++--
 model/vectors/schnorr/genVector.py          |  13 +-
 src/schnorr.c                               | 195 ++++++++++++++++++++++++++--
 test/smoke/test_d_schnorr_smoke.c           | 113 ++++++++++++++++
 test/smoke/test_schnorr_interactive_smoke.c |  81 ++++++++++++
 test/unit/CMakeLists.txt                    |  14 +-
 test/unit/test_d_schnorr_challenge.c        | 106 +++++++++++++++
 test/unit/test_d_schnorr_commit.c           | 116 +++++++++++++++++
 test/unit/test_d_schnorr_prove.c            | 125 ++++++++++++++++++
 test/unit/test_d_schnorr_verify.c           | 135 +++++++++++++++++++
 testVectors/schnorr/dchallenge.json         |  72 ++++++++++
 testVectors/schnorr/dchallenge.txt          |  60 +++++++++
 testVectors/schnorr/dcommit.json            |  72 ++++++++++
 testVectors/schnorr/dcommit.txt             |  60 +++++++++
 testVectors/schnorr/dprove.json             | 102 +++++++++++++++
 testVectors/schnorr/dprove.txt              |  90 +++++++++++++
 testVectors/schnorr/dverify.json            |  92 +++++++++++++
 testVectors/schnorr/dverify.txt             |  80 ++++++++++++
 24 files changed, 2013 insertions(+), 53 deletions(-)

Reply via email to