pub const PROFILE_DEK_LABEL: &[u8] = b"dig-app:profile-dek:v2";Expand description
HKDF info/label for the per-profile DEK derivation.
Part of the frozen profile DEK byte contract.
Consumed by dig-app’s keystore/secrets.rs and dig-session’s
derive_symmetric_key.