Function verify

Source
pub fn verify(
    n: &[u8],
    e: &[u8],
    hash: HashAlgorithm,
    hashed: &[u8],
    signature: &[u8],
) -> Result<()>
Expand description

Verify a RSA, PKCS1v15 padded signature.