Type Alias crypto_secretbox::Key

source ·
pub type Key = GenericArray<u8, U32>;
Expand description

Key type.

Aliased Type§

struct Key { /* private fields */ }