Type Definition salsa20::Key

source ·
pub type Key = CipherKey<Salsa20>;
Expand description

Key type.

Implemented as an alias for [GenericArray].

(NOTE: all three round variants use the same key size)