diff options
author | Simon Warta <[email protected]> | 2017-05-01 16:21:52 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-05-04 00:19:47 +0200 |
commit | 4726af876fa18c78b984d51da527016677fdbe5c (patch) | |
tree | b0c3a12439e68fde71a04ea4428564eb6a00e14c | |
parent | 9d42cec98b4bc866229abda3d28d76e1d3b5f78f (diff) |
Remove trailing whitespace
-rwxr-xr-x | src/python/botan2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/botan2.py b/src/python/botan2.py index f28638334..2a1131df5 100755 --- a/src/python/botan2.py +++ b/src/python/botan2.py @@ -814,7 +814,7 @@ def test(): mce_decrypt = mceies_decrypt(mce_priv, 'ChaCha20Poly1305', mce_ciphertext, mce_ad) print(" mceies plaintext \'%s\' (%d)" % (mce_plaintext, len(mce_plaintext))) - + # Since mceies_decrypt() returns bytes in Python3, the following line # needs .decode('utf-8') to convert mce_decrypt from bytes to a # text string (Unicode). |