KEY_LEN

Constant KEY_LEN 

Source
pub const KEY_LEN: usize = 16;
Expand description

Length of symmetric encryption keys in bytes (128 bits).

Used for AES-128-CTR encryption in relay cells.