Type Alias SecretKey

Source
pub type SecretKey = SecretBox<Vec<u8>>;

Aliased Typeยง

pub struct SecretKey { /* private fields */ }