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 0219c3f  Merge pull request #13 from apache/issue11
     add 3b0fe54  Expose ECP R value for Phase5 flow
     add 00e8316  amend gitignore after removign model
     add 476d954  format code
     add 2ad9b19  Add example for full flow
     add 7a19a8f  Merge branch 'develop' into add-full-example
     new e26c94a  Merge pull request #6 from apache/add-full-example

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:
 .gitignore                    |    1 -
 examples/example_ecdsa.c      |    2 +-
 examples/example_full.c       | 1649 +++++++++++++++++++++++++++++++++++++++++
 examples/example_r.c          |    2 +-
 include/amcl/factoring_zk.h   |    5 +
 include/amcl/mpc.h            |    6 +-
 python/amcl_mpc.py            |   20 +-
 python/example_ecdsa.py       |    2 +-
 python/example_r.py           |    2 +-
 python/test_ecdsa.py          |    2 +-
 python/test_r.py              |    2 +-
 src/mpc.c                     |   41 +-
 src/mta.c                     |   24 +-
 test/smoke/test_ecdsa_smoke.c |    8 +-
 test/smoke/test_r_smoke.c     |   16 +-
 test/test.c                   |    8 +-
 test/unit/test_r.c            |    2 +-
 17 files changed, 1727 insertions(+), 65 deletions(-)
 create mode 100644 examples/example_full.c

Reply via email to