pub const STREAM_NONCE_PREFIX_LEN: usize = 7;
Length of the random nonce prefix in a streaming envelope. The 12-byte AES-GCM nonce is prefix (7) || u32 chunk counter (4) || last-flag (1).
prefix (7) || u32 chunk counter (4) || last-flag (1)