pub fn verify_impl(input: &[u8]) -> Option<()>
Returns Some(()) if the signature included in the input byte slice is valid, None otherwise.
Some(())
None