You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by km...@apache.org on 2020/03/04 10:23:16 UTC

[incubator-milagro-MPC] 01/01: Merge pull request #23 from apache/issue21

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

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

commit 1d4de99d301b587a27b28e3efbddd4c59cf808d7
Merge: 6adaa7c 73efc2c
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Wed Mar 4 10:23:09 2020 +0000

    Merge pull request #23 from apache/issue21
    
    Issue21

 .travis.yml                | 31 ++++++++++++++++++++++-
 Dockerfile                 | 14 -----------
 README.md                  |  8 +++---
 include/amcl/commitments.h |  4 +--
 include/amcl/mpc.h         | 16 ++++++------
 include/amcl/mta.h         |  8 +++---
 include/amcl/schnorr.h     | 12 ++++-----
 python/amcl/commitments.py |  4 +--
 python/amcl/mpc.py         | 10 ++++----
 python/amcl/schnorr.py     |  6 ++---
 sonar-project.properties   | 24 ++++++++++++++++++
 src/commitments.c          | 14 ++++++-----
 src/factoring_zk.c         |  4 +--
 src/mpc.c                  | 63 +++++++++++++++++++++++-----------------------
 src/mta.c                  | 12 ++++-----
 src/schnorr.c              | 14 +++++------
 16 files changed, 143 insertions(+), 101 deletions(-)