Type Alias salsa20::Key

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

Key type used by all Salsa variants and XSalsa20.

Aliased Type§

struct Key { /* private fields */ }