codebreaker icon indicating copy to clipboard operation
codebreaker copied to clipboard

makeRsaKeys.py - line 64 - Typo

Open gaoyaoxin opened this issue 7 years ago • 0 comments

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]))))

gaoyaoxin avatar Mar 31 '18 03:03 gaoyaoxin