Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Fix paillier sk dump
Browse files Browse the repository at this point in the history
  • Loading branch information
samuele-andreoli committed Mar 16, 2020
1 parent 576b86e commit 722e0c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/amcl/mpc.py
Expand Up @@ -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

0 comments on commit 722e0c8

Please sign in to comment.