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! """