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 c76943e Merge pull request #36 from apache/issue35
add a703dbf update CRT to reflect milagro-crypto-c
add ece3114 simplify BC generator
add 0afd3b3 avoid inversion in MTA triple power
add 33163a1 Fix BC modulus cleaning
add 20d3a23 tricks for mta zk proofs
add ad15183 use new naming convention for ff
add 8e2e311 fix examples
add 202aa01 reference unmerged commit in milagro
add 332ff5d fix travis
add 4490925 Revert "fix travis"
add 79894fa Revert "reference unmerged commit in milagro"
new c5f0733 Merge pull request #37 from apache/review-mike
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_bc_setup.c | 2 +-
examples/example_bc_setup.c | 3 +-
examples/example_mta_zk.c | 2 +-
examples/example_mta_zk_interactive.c | 5 +-
examples/example_mta_zkwc.c | 2 +-
include/amcl/commitments.h | 1 +
python/amcl/mpc.py | 1 +
src/commitments.c | 44 +++++------
src/factoring_zk.c | 10 ++-
src/mta.c | 136 ++++++++++++++++++++++++----------
test/smoke/test_bc_setup_smoke.c | 5 +-
test/unit/test_bc_internals.c | 31 ++------
test/unit/test_bc_setup.c | 3 +
testVectors/commitments/bc_setup.json | 90 ++++++++++++----------
testVectors/commitments/bc_setup.txt | 90 ++++++++++++----------
15 files changed, 241 insertions(+), 184 deletions(-)