Add verify_prehashed
to trait JwsVerifier
#1419
Labels
Breaking change
A change to the API that requires a major release. Part of "Changed" section in changelog
Enhancement
New feature or improvement to an existing feature
Rust
Related to the core Rust code. Becomes part of the Rust changelog.
Wasm
Related to Wasm bindings. Becomes part of the Wasm changelog
Milestone
Description
Extend the
JwsVerifier
trait to provide averify_prehashed
method as well. See #1418.Motivation
Allow developers to verify JWS signatures created using custom hashing algorithms
The text was updated successfully, but these errors were encountered: