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

Expose a `verify_prehashed` method to `EcDsaJwsVerifier` and `EdDsaJwsVerifier`

Open UMR1352 opened this issue 4 months ago • 0 comments

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.

UMR1352 avatar Oct 15 '24 11:10 UMR1352