//! RSASSA-PSS: Probabilistic Signature Scheme based on the RSASP1 and RSAVP1
//! primitives with the EMSA-PSS encoding method.
pub
/// Maximum message size supported for RSASSA-PSS
pub const MAX_MESSAGE_SIZE: usize = 0xFFFF;
pub use Algorithm;
pub use Signature;