wolfSSL / wolfcrypt-py

A Python wrapper that encapsulates wolfSSL's wolfCrypt API.
https://wolfssl.github.io/wolfcrypt-py
31 stars 17 forks source link

Add optional hash_type parameter to RSA from_pem functions. #48

Closed haydenroche5 closed 1 year ago

haydenroche5 commented 1 year ago

The hash type was made part of the RSA constructor a little while back. This provides a way to initialize the hash type using the from_pem functions and this new constructor.

Fixes ZD #14758.