Skip to main content

pss_verify_msg

Function pss_verify_msg 

Source
pub fn pss_verify_msg<H: Hasher>(
    pk: &RsaPublicKey,
    msg: &[u8],
    s_len: usize,
    sig: &[u8],
) -> bool
Expand description

Convenience: hash msg with H, then verify.