pub type KeyNonce = Nonce<16>;Expand description
16-byte nonce for VD01 envelope key derivation.
Embedded in bytes 4..20 of the envelope header. Used to derive
a per-commit content key via HKDF(root_key, "commit:<hex(nonce)>").
Aliased Type§
pub struct KeyNonce(/* private fields */);