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

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

Key for an algorithm that implements NewStreamCipher.