From 6bbb450d40a4eecbb578a9e906cc9f643e880021 Mon Sep 17 00:00:00 2001 From: Larry Bugbee Date: Fri, 11 Aug 2017 02:17:31 -0700 Subject: [PATCH] remove trailing space --- demos/demo_dynamic.py3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/demo_dynamic.py3 b/demos/demo_dynamic.py3 index 3dc318e..568790a 100644 --- a/demos/demo_dynamic.py3 +++ b/demos/demo_dynamic.py3 @@ -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)