pub type EncryptionKey = [u8; 16];
Represents the type of encryption keys.
Pinenut uses encryption keys of length 16 bytes (128 bits).
Pinenut