Crate identity_verification

Source
Expand description

Verification data types and functionality for use with identity_document.

Re-exports§

pub use jose::jwk;
pub use jose::jws;
pub use jose::jwu;
pub use verification_method::*;

Modules§

jose
Provides JWK and JWS types and functionality.
verification_method
The verification module contains code for verifying the correctness of core DID-related types.

Enums§

Error
This type represents all possible errors that can occur in the crate.

Type Aliases§

Result
Alias for a Result with the error type Error.