cryptopals-python3
cryptopals-python3 copied to clipboard
Updated challenge3.py
Updated line 38 - chr(i).lower() --> i.lower()