revm_precompile::secp256r1

Function verify_impl

Source
pub fn verify_impl(input: &[u8]) -> Option<()>
Expand description

Returns Some(()) if the signature included in the input byte slice is valid, None otherwise.