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