Module rsa_pss

Source

Structs§

RsaPssPrivateKey
An RSA-PSS private key. The private key holds a RsaPssPublicKey with the public modulus. A [Algorithm::RsaPss] private key.
RsaPssPublicKey
A [Algorithm::RsaPss] public key.
RsaPssSignature
A [Algorithm::RsaPss] Signature

Enums§

RsaPssKeySize
The key size is the bit/byte-size of the modulus N. Note that the values are bytes but the names are in bits.