Type Alias EncryptionKey

Source
pub type EncryptionKey = [u8; 16];
Expand description

Represents the type of encryption keys.

Pinenut uses encryption keys of length 16 bytes (128 bits).