diff --git a/demos/demo_dynamic.py b/demos/demo_dynamic.py index 7333beb1..ce404b66 100644 --- a/demos/demo_dynamic.py +++ b/demos/demo_dynamic.py @@ -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)