We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf84c4 commit ed55cfcCopy full SHA for ed55cfc
ciphers/running_key_cipher.py
@@ -42,7 +42,7 @@ def running_key_decrypt(key: str, ciphertext: str) -> str:
42
return "".join(plaintext)
43
44
45
-def test_running_key_encrypt():
+def test_running_key_encrypt() -> None:
46
"""
47
>>> key = "How does the duck know that? said Victor"
48
>>> plaintext = "DEFEND THIS"
0 commit comments