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

Add range checks to decrypt_int and decrypt_int_fast #241

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

myheroyuki
Copy link
Collaborator

Add cyphertext range checks to core decryption functions to make PythonRSA PKCS#1 compliant. I had to change the signature of decrypt_int_fast to take the modulus otherwise I couldn't make the range check, but this was an internal function so it shouldn't break anything.

refactor to prevent code duplication
pass modulus to decrypt_int_fast
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

Successfully merging this pull request may close these issues.

1 participant