codebreaker
codebreaker copied to clipboard
makeRsaKeys.py - line 64 - Typo
line 64 in makeRsaKeys.py should be
print('The private key is a %s and a %s digit number.' % (len(str(privateKey[0])), len(str(privateKey[1]))))
instead of:
print('The private key is a %s and a %s digit number.' % (len(str(publicKey[0])), len(str(publicKey[1]))))