Skip to main content

HMAC_HEADER_LEN

Constant HMAC_HEADER_LEN 

Source
pub const HMAC_HEADER_LEN: usize = 48;
Expand description

Number of bytes in the HMAC envelope header: 8 (timestamp) + 8 (nonce) + 32 (MAC).