Expand description
§ECDSA Verifier
This crate implements a JwsVerifier capable of verifying EcDSA signatures with algorithms ES256 and ES256K.
Structs§
- EcDSA
JwsVerifier - An implementor of
JwsVerifierthat can handle a selection of EcDSA algorithms. - Secp256
K1Verifier - A verifier that can handle the
JwsAlgorithm::ES256Kalgorithm. - Secp256
R1Verifier - A verifier that can handle the
JwsAlgorithm::ES256algorithm.