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/20 17:23:17 UTC

[incubator-milagro-MPC] branch fix-python created (now 3e2cef6)

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

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


      at 3e2cef6  fix python bug

This branch includes the following new commits:

     new 3e2cef6  fix python bug

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.



[incubator-milagro-MPC] 01/01: fix python bug

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

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

commit 3e2cef60c3239aead461611da08aa0e833261a52
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Fri Mar 20 17:22:54 2020 +0000

    fix python bug
---
 python/amcl/mpc.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/python/amcl/mpc.py b/python/amcl/mpc.py
index 7030202..c6f6209 100644
--- a/python/amcl/mpc.py
+++ b/python/amcl/mpc.py
@@ -729,7 +729,5 @@ def mpc_dump_paillier_sk(paillier_sk):
     # Clear memory
     core_utils.clear_octet(p)
     core_utils.clear_octet(q)
-    core_utils.clear_octet(p2)
-    core_utils.clear_octet(q2)
 
     return p2, q2