Crate identity_ecdsa_verifier

Source
Expand description

§ECDSA Verifier

This crate implements a JwsVerifier capable of verifying EcDSA signatures with algorithms ES256 and ES256K.

Structs§

EcDSAJwsVerifier
An implementor of JwsVerifier that can handle a selection of EcDSA algorithms.
Secp256K1Verifier
A verifier that can handle the JwsAlgorithm::ES256K algorithm.
Secp256R1Verifier
A verifier that can handle the JwsAlgorithm::ES256 algorithm.