Function evercrypt::p256::ecdsa_verify [−][src]
pub fn ecdsa_verify(
hash: Mode,
msg: &[u8],
pk: &[u8],
signature: &Signature
) -> Result<bool, Error>Expand description
Verify EcDSA signature over P256 on msg with pk using hash.
Note that the public key pk must be a compressed or uncompressed point.