pub const KEY_LEN: usize = 16;
Length of symmetric encryption keys in bytes (128 bits).
Used for AES-128-CTR encryption in relay cells.