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:15 UTC

[incubator-milagro-MPC] branch develop updated (6adaa7c -> 1d4de99)

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

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


    from 6adaa7c  Merge pull request #20 from apache/issue19
     add f599311  add static code analysis
     add 83cccc4  change org for sonar
     add 73efc2c  update README
     new 1d4de99  Merge pull request #23 from apache/issue21

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:
 .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(-)
 create mode 100644 sonar-project.properties


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

Posted by km...@apache.org.
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(-)