Skip to content

Commit

Permalink
Added: Multibit CLA
Browse files Browse the repository at this point in the history
  • Loading branch information
gizemscetin committed Aug 28, 2018
1 parent 0ad0f6e commit 9c25aab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cufhe/python/test_circuits_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,5 @@
c = c1 + c2
elapsed = timeit.default_timer() - start_time
result = c.Decrypt(prikey)
print m1, " & " , m2, " = ", result
print m1, " + " , m2, " = ", result
print elapsed, " sec"

0 comments on commit 9c25aab

Please sign in to comment.