remove traling space for Travis

This commit is contained in:
Larry Bugbee 2017-08-11 02:16:26 -07:00 committed by GitHub
parent bab115c631
commit 8b703c1505

View File

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