Remove print

pull/15/head
Michael Egorov 2017-08-19 20:50:26 -07:00
parent 005fbcf0aa
commit 2a515501f4
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ def test_pre():
msg = b'Hello world'
assert pre.decrypt(sk_b, pre.encrypt(pk_b, b'x' * 32)) == b'x' * 32
rk_ab = pre.rekey(sk_a, pk_b, sk_b)
print(rk_ab)
emsg_a = pre.encrypt(pk_a, msg)
emsg_b = pre.reencrypt(rk_ab, emsg_a)