Expand description
Seed and key wrapping under a KEK.
wrap(kek, plaintext) generates a random 12-byte nonce, encrypts via
AES-256-GCM with empty AAD, and returns nonce || ciphertext || tag.
unwrap reads the nonce prefix and decrypts. Used for the wrapped-seed
Auth model (per ADR-039) and per-member zone-key wraps.