[][src]Type Definition xsalsa20poly1305::Key

type Key = GenericArray<u8, <Salsa<R20> as NewStreamCipher>::KeySize>;

Key type.

Implemented as an alias for [GenericArray].

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