Structs§
- An RSA-PSS private key. The private key holds a
PublicKeywith 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
msgwith theprivate_keyusing thehash_algorithmandsalt. - Verify the
signatureon themsgwith thepublic_keyusing thehash_algorithmandsalt_len.