Expand description
Free-function verification API wrapping crate::verifier::Verifier.
Structs§
- Device
Link Verification - Result of verifying a device’s link to a KERI identity.
Functions§
- compute_
attestation_ seal_ digest - Compute the KERI SAID (Blake3 digest) of an attestation’s canonical form.
- did_
to_ ed25519 - Resolve a
did:key:DID to raw Ed25519 public key bytes. - is_
device_ listed - Checks if a device appears in a list of already-verified attestations.
- verify_
at_ time - Verify an attestation against a specific point in time.
- verify_
chain - Verify an ordered attestation chain starting from a known root public key.
- verify_
chain_ with_ capability - Verify a chain and assert that all attestations share a required capability.
- verify_
chain_ with_ witnesses - Verify a chain and validate witness receipts against a quorum threshold.
- verify_
device_ authorization - Verify that a device is authorized under a given identity.
- verify_
device_ link - Verify that a device (
did:key) is cryptographically linked to a KERI identity. - verify_
with_ capability - Verify an attestation and check that it grants a required capability.
- verify_
with_ keys - Verify an attestation’s signatures against the issuer’s public key.