Is it possible to verify a `secp256r1` signature when only a hash of the message is known? There's a `verify` function accepting plaintext message, but no `verify_prehash` like in `p256::ecdsa`.
Is it possible to verify a
secp256r1signature when only a hash of the message is known?There's a
verifyfunction accepting plaintext message, but noverify_prehashlike inp256::ecdsa.