sybrenstuvel / python-rsa

Python-RSA is a pure-Python RSA implementation.
https://stuvel.eu/rsa
Other
489 stars 114 forks source link

rsa/pkcs1.py: Clarify functionality of sign_hash() #210

Closed mfischer closed 1 year ago

mfischer commented 2 years ago

Clarify functionality that a hash is not computed, rather a precomputed (given) hash is being signed.

Signed-off-by: Moritz Fischer moritzf@google.com