Structs§
- An RSA-PSS private key. The private key holds a
PublicKey
with the public modulus. - An RSA-PSS public key
Enums§
- RSA PSS Errors
- The key size is the bit/byte-size of the modulus N. Note that the values are bytes but the names are in bits.
Functions§
- Sign the provided
msg
with theprivate_key
using thehash_algorithm
andsalt
. - Verify the
signature
on themsg
with thepublic_key
using thehash_algorithm
andsalt_len
.