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-crypto-c.git.
from ffbd7da Merge pull request #79 from apache/issue74-review-ct
add ce9dbdf Extract inversion mod q from crt
add a4570c3 Add isunity to ff
add 43e64fc improve documentation
add db3924b use naming convention for ff powers
add d036f3e format code
add 8e805c2 add debug norm statements to big
add b4ddc14 Perform initial reduction in invmodp
new 15c6141 Merge pull request #80 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:
include/big.h.in | 24 ++++++-------
include/ff.h.in | 48 ++++++++++++++-----------
include/paillier.h | 2 ++
python/run_bls_ZZZ.py.in | 2 +-
src/big.c.in | 29 +++++++++++++--
src/ff.c.in | 74 +++++++++++++++++++++++----------------
src/paillier.c | 38 ++++++++++----------
src/rsa.c.in | 6 ++--
test/test_ff_consistency_WWW.c.in | 29 +++++++++------
test/test_paillier_decrypt.c | 2 ++
10 files changed, 157 insertions(+), 97 deletions(-)