Type Alias Key

Source
pub type Key = Vec<u8>;
Expand description

An AEAD key is a sequence of bytes.

Aliased Typeยง

pub struct Key { /* private fields */ }