remove trailing space

This commit is contained in:
Larry Bugbee 2017-08-11 02:17:31 -07:00 committed by GitHub
parent 8b703c1505
commit 6bbb450d40

View File

@ -298,7 +298,7 @@ if SHOW_CHACHA_EXAMPLE:
template = '\n ChaCha%d ciphertext for "%s" is "%s"'
print(template % (rounds, plain, hexlify(cipher)))
cha.set_iv32(iv) # reset to decrypt
decrypted = cha.crypt(cipher)