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/02/20 15:47:57 UTC

[incubator-milagro-MPC] branch issue9-factoring-zkp-wrapper updated (2cab46c -> b070e9e)

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

sandreoli pushed a change to branch issue9-factoring-zkp-wrapper
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-MPC.git.


 discard 2cab46c  Add zk factoring wrapper, test, benchmark and example
 discard 69d616f  use octets in factoring zk API
 discard 4a97005  format code
 discard 52621af  Add NM commit wrappers with test, benchmark and example
     add 33e0128  Add NM commit wrappers with test, benchmark and example
     add 7553c2d  format code
     add 3e5e138  use same ffi instance in commitments
     add b591d66  Merge pull request #16 from apache/issue8-nm-commit-wrapper
     add c1e9389  use octets in factoring zk API
     add b070e9e  Add zk factoring wrapper, test, benchmark and example

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2cab46c)
            \
             N -- N -- N   refs/heads/issue9-factoring-zkp-wrapper (b070e9e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 python/amcl/commitments.py | 141 ++++++---------------------------------------
 python/amcl/core_utils.py  |   2 -
 2 files changed, 17 insertions(+), 126 deletions(-)