You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by sa...@apache.org on 2020/02/20 15:46:24 UTC

[incubator-milagro-MPC] 01/01: Merge pull request #16 from apache/issue8-nm-commit-wrapper

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

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

commit b591d661e1394971c148be037f5c6bf3e13fe158
Merge: 62b9eaf 3e5e138
Author: samuele-andreoli <sa...@yahoo.it>
AuthorDate: Thu Feb 20 15:46:13 2020 +0000

    Merge pull request #16 from apache/issue8-nm-commit-wrapper
    
    Issue8 nm commit wrapper

 benchmark/bench.h                      |   2 +-
 examples/example_dump_keys.c           |   4 +-
 python/amcl/commitments.py             | 115 +++++++++++++++++++++++++++++++++
 python/amcl/core_utils.py              |   2 -
 python/benchmark/bench_nm_commit.py    |  47 ++++++++++++++
 python/examples/example_nm_commit.py   |  54 ++++++++++++++++
 python/test/CMakeLists.txt             |  16 +++--
 python/test/test_nm_commit.py          |  90 ++++++++++++++++++++++++++
 test/smoke/test_dump_keys_smoke.c      |   6 +-
 testVectors/commitments/nm_commit.json |  62 ++++++++++++++++++
 10 files changed, 385 insertions(+), 13 deletions(-)