Type Definition cipher::stream::Key[][src]

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

Key for an algorithm that implements NewStreamCipher.