summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2022-03-13 12:39:30 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2022-03-13 12:39:30 +0100
commit76c0e6901cde36743fd6cbb5251a91bfb3a3352d (patch)
treeb37993d949319e1232ab09f1201e43a303836147
parenta925a9d5e57fad4647f1169229fb0789a1700f59 (diff)
downloadrsa-git-76c0e6901cde36743fd6cbb5251a91bfb3a3352d.tar.gz
Cleanup: remove trailing space from docstring
-rw-r--r--tests/test_pkcs1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pkcs1.py b/tests/test_pkcs1.py
index 6b14d8f..a8b3cfd 100644
--- a/tests/test_pkcs1.py
+++ b/tests/test_pkcs1.py
@@ -144,7 +144,7 @@ class SignatureTest(unittest.TestCase):
self.assertEqual(signature1, signature2)
def test_split_hash_sign(self):
- """Hashing and then signing should match with directly signing the message. """
+ """Hashing and then signing should match with directly signing the message."""
message = b"je moeder"
msg_hash = pkcs1.compute_hash(message, "SHA-256")