Type Alias crypto_secretbox::Key
source · pub type Key = GenericArray<u8, U32>;
Expand description
Key type.
Aliased Type§
struct Key { /* private fields */ }
pub type Key = GenericArray<u8, U32>;
Key type.
struct Key { /* private fields */ }