identity.rs
identity.rs copied to clipboard
Expose a `verify_prehashed` method to `EcDsaJwsVerifier` and `EdDsaJwsVerifier`
Description
Add a way for identity.rs
's JWS verifiers - i.e. EdDSAJwsVerifier
and EcDSAJwsVerfier
- to enable verification of data that has already been hashed.
Motivation
Enable developers to verify JWS signatures created with custom hashing algorithm.