Crate ssi_verification_methods
source ·Expand description
This library provides the implementation of common Data Integrity
verification methods such as Multikey or JsonWebKey2020.
Re-exports§
pub use ed25519_dalek;
Modules§
- Core ssi types.
Macros§
Structs§
- BlockchainVerificationMethod2021.
- EcdsaSecp256k1RecoveryMethod2020 verification method.
- Key for Ecdsa Secp256k1 Signature 2019.
- Key for Ecdsa Secp256r1 Signature 2019.
- Deprecated verification method for the
Ed25519Signature2018suite. - Deprecated verification method for the
Ed25519Signature2020suite. Eip712Method2021.- Generic verification method.
- JSON Web Key 2020 verification method.
- Multikey verification method.
- Set of proof purposes.
- RSA verification key 2018.
- Simple signer implementation that always uses the given secret to sign every message.
- Solana Method 2021.
TezosMethod2021Verification Method.
Enums§
- Error that can be returned by a controller provider.
- Expected verification method type.
- Proof purposes.
- Reference to a verification method.
- Reference to a verification method.
Constants§
- IRI of the RDF property associated to the
controllerterm found in a verification method.
Traits§
- Verification method controller.
- Controller provider.
- Verification method that can be turned into a JSON Web Key.
- Verification method that may be turned into a JSON Web Key.
- Signature protocol.
- Verification method signer.
- Verification method.