We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The mgf1 method takes hash_class argument with default sha1 value.
mgf1
hash_class
sha1
python-pkcs1/pkcs1/mgf.py
Line 5 in 2492f80
The PSS encode method also takes hash_class argument, but does not pass it down to the `mgf1:
encode
python-pkcs1/pkcs1/emsa_pss.py
Line 43 in 2492f80
Fix: pass the hash_class from top methods (like PSS encode and verify) to mgf1.
verify
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
mgf1
method takeshash_class
argument with defaultsha1
value.python-pkcs1/pkcs1/mgf.py
Line 5 in 2492f80
The PSS
encode
method also takeshash_class
argument, but does not pass it down to the `mgf1:python-pkcs1/pkcs1/emsa_pss.py
Line 43 in 2492f80
Fix: pass the
hash_class
from top methods (like PSSencode
andverify
) tomgf1
.The text was updated successfully, but these errors were encountered: