auths-crypto 0.0.1-rc.2

Cryptographic primitives for Auths: KERI key parsing and DID:key encoding
Documentation

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.)