Trait ring::rsa::padding::Verification
source · pub trait Verification: Padding {
// Required method
fn verify(
&self,
m_hash: Digest,
m: &mut Reader<'_>,
mod_bits: BitLength,
) -> Result<(), Unspecified>;
}
Expand description
Verification of an RSA signature encoding as described in RFC 3447 Section 8.