Structs§
- Aes256
GcmAead - AES-256-GCM, storing
nonce || ciphertext || tagas a single blob. - Static
Master KeyProvider - v1 master key source: a hex-encoded 32-byte key from an env var, or (if
the env var holds a path instead) read from a file. Swappable later for
a KMS-backed provider without touching
Barrieror its callers.