[][src]Type Definition stream_cipher::Key

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

Key for an algorithm that implements NewStreamCipher.