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 <[email protected]> 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
