Legrandin / pycryptodome

A self-contained cryptographic library for Python
https://www.pycryptodome.org
Other
2.74k stars 492 forks source link

Update PSS docs for Python 3. #783

Closed jelaiw closed 6 months ago

jelaiw commented 7 months ago

While trying the code example (for signing) at https://www.pycryptodome.org/src/signature/pkcs1_pss, I ran into a few exceptions (in Python 3.10). Figured this may be a good time to update this example.

Patch does the following:

make html appears to build the docs as expected.

Hope this helps!

Legrandin commented 6 months ago

Thanks!