crypto_secretbox

Type Alias Key

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

Key type.

Aliased Typeยง

struct Key { /* private fields */ }