identity.rs
identity.rs copied to clipboard
Add `verify_prehashed` to trait `JwsVerifier`
Description
Extend the JwsVerifier
trait to provide a verify_prehashed
method as well. See #1418.
Motivation
Allow developers to verify JWS signatures created using custom hashing algorithms