Expand description
Support for the Probabilistic Signature Scheme (PSS) a.k.a. RSASSA-PSS.
Designed by Mihir Bellare and Phillip Rogaway. Specified in RFC8017 § 8.1.
§Usage
Structs§
- Signing key for producing “blinded” RSASSA-PSS signatures as described in draft-irtf-cfrg-rsa-blind-signatures.
- Digital signatures using PSS padding.
- RSASSA-PSS signatures as described in RFC8017 § 8.1.
- Signing key for producing RSASSA-PSS signatures as described in RFC8017 § 8.1.
- Verifying key for checking the validity of RSASSA-PSS signatures as described in RFC8017 § 8.1.
Functions§
- Returns the
AlgorithmIdentifierOwned
associated with PSS signature using a given digest.