From 1d944f6f43f1317193d1aee45b45df5f08f27145 Mon Sep 17 00:00:00 2001 From: gabriellypinto Date: Sat, 7 Oct 2023 11:49:20 -0300 Subject: [PATCH] typo --- hashes/enigma_machine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashes/enigma_machine.py b/hashes/enigma_machine.py index 3bc432491..30ce57e78 100644 --- a/hashes/enigma_machine.py +++ b/hashes/enigma_machine.py @@ -1,7 +1,7 @@ """ Note: - This algorithm has memory persistance. + This algorithm has memory persistence. So multiple runs on the same runtime will carry junk and scramble the result! """