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 18:31:57 UTC

[incubator-milagro-MPC] branch develop updated (b591d66 -> cdd2972)

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


[incubator-milagro-MPC] 01/01: Merge pull request #17 from apache/issue9-factoring-zkp-wrapper

Posted by sa...@apache.org.
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 cdd29726b2e97d0dd1f8a4c9bb27258e6e0358e5
Merge: b591d66 b070e9e
Author: samuele-andreoli <sa...@yahoo.it>
AuthorDate: Thu Feb 20 18:31:49 2020 +0000

    Merge pull request #17 from apache/issue9-factoring-zkp-wrapper
    
    Issue9 factoring zkp wrapper

 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(-)