identity.rs icon indicating copy to clipboard operation
identity.rs copied to clipboard

Add `verify_prehashed` to trait `JwsVerifier`

Open UMR1352 opened this issue 4 months ago • 0 comments

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

UMR1352 avatar Oct 15 '24 11:10 UMR1352