Module rsa::pss

source ·
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

See code example in the toplevel rustdoc.

Structs

Signing key for producing “blinded” RSASSA-PSS signatures as described in draft-irtf-cfrg-rsa-blind-signatures.
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.