Type Definition xsalsa20poly1305::Key[][src]

pub type Key = GenericArray<u8, <Salsa<R20> as NewCipher>::KeySize>;
Expand description

Key type.

Implemented as an alias for [GenericArray].

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