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

[incubator-milagro-crypto-c] branch develop updated (caf3836 -> fa940f6)

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 caf3836  Merge pull request #76 from apache/issue75-review-norm
     add 5aed593  Use new trick in paillier ecnryption and keygen
     add df72e5d  Make ff api consistent
     new fa940f6  Merge pull request #77 from apache/issue73-new-paillier-trick

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:
 examples/example_paillier.c       |  3 --
 include/ff.h.in                   | 26 ++++--------
 include/paillier.h                |  4 +-
 src/ff.c.in                       | 72 ++++++++-----------------------
 src/paillier.c                    | 89 +++++++++++++++++----------------------
 test/test_ff_consistency_WWW.c.in | 10 ++---
 test/test_paillier_consistency.c  |  3 +-
 test/test_paillier_encrypt.c      | 11 -----
 test/test_paillier_keygen.c       | 16 +------
 9 files changed, 72 insertions(+), 162 deletions(-)


[incubator-milagro-crypto-c] 01/01: Merge pull request #77 from apache/issue73-new-paillier-trick

Posted by sa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fa940f61d35118a79d0eb596aa50840605765b9b
Merge: caf3836 df72e5d
Author: samuele-andreoli <sa...@yahoo.it>
AuthorDate: Tue Mar 10 08:27:23 2020 +0000

    Merge pull request #77 from apache/issue73-new-paillier-trick
    
    Use new trick in paillier ecnryption and keygen

 examples/example_paillier.c       |  3 --
 include/ff.h.in                   | 26 ++++--------
 include/paillier.h                |  4 +-
 src/ff.c.in                       | 72 ++++++++-----------------------
 src/paillier.c                    | 89 +++++++++++++++++----------------------
 test/test_ff_consistency_WWW.c.in | 10 ++---
 test/test_paillier_consistency.c  |  3 +-
 test/test_paillier_encrypt.c      | 11 -----
 test/test_paillier_keygen.c       | 16 +------
 9 files changed, 72 insertions(+), 162 deletions(-)