pub const HMAC_HEADER_LEN: usize = 48;
Number of bytes in the HMAC envelope header: 8 (timestamp) + 8 (nonce) + 32 (MAC).