Cryptographic primitives for Auths.
This crate isolates key parsing, DID encoding, and pluggable verification from concrete backends, keeping the core dependency-light.
- [
provider] — Pluggable [CryptoProvider] trait for Ed25519 verification - [
keri] — KERI CESR Ed25519 key parsing (KeriPublicKey,KeriDecodeError) - [
did_key] — DID:key ↔ Ed25519 encoding (DidKeyError,did_key_to_ed25519, etc.)