Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

makeRsaKeys.py - line 64 - Typo #11

Open
gaoyaoxin opened this issue Mar 31, 2018 · 0 comments
Open

makeRsaKeys.py - line 64 - Typo #11

gaoyaoxin opened this issue Mar 31, 2018 · 0 comments

Comments

@gaoyaoxin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant