the-cryptopals-crypto-challenges the cryptopals crypto challenges Prerequisite Hamming distance Primality test Discrete logarithm Using Python Convert hex string to bytes: bytes.fromhex(hex_str) codecs.decode(hex_str, "hex") Block Cipher Encryption Mode Paddings PKCS#7 refs Using % and .format() for great good! Lukasa/cryptopals