This is an automated email from the ASF dual-hosted git repository.
sandreoli pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-MPC.git.
from b591d66 Merge pull request #16 from apache/issue8-nm-commit-wrapper
add c1e9389 use octets in factoring zk API
add b070e9e Add zk factoring wrapper, test, benchmark and example
new cdd2972 Merge pull request #17 from
apache/issue9-factoring-zkp-wrapper
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
benchmark/bench_factoring_zk.c | 12 +---
examples/example_factoring_zk.c | 15 +---
examples/example_full.c | 16 +++--
include/amcl/factoring_zk.h | 22 +-----
python/amcl/factoring_zk.py | 120 ++++++++++++++++++++++++++++++++
python/amcl/schnorr.py | 1 -
python/benchmark/bench_zk_factoring.py | 49 +++++++++++++
python/examples/example_zk_factoring.py | 63 +++++++++++++++++
python/test/CMakeLists.txt | 17 +++--
python/test/test_zk_factoring.py | 103 +++++++++++++++++++++++++++
src/factoring_zk.c | 40 ++++++-----
test/smoke/test_factoring_zk_smoke.c | 27 +------
test/unit/test_factoring_zk_prove.c | 19 +++--
13 files changed, 405 insertions(+), 99 deletions(-)
create mode 100644 python/amcl/factoring_zk.py
create mode 100755 python/benchmark/bench_zk_factoring.py
create mode 100755 python/examples/example_zk_factoring.py
create mode 100755 python/test/test_zk_factoring.py