Type Definition aead::Key[][src]

type Key<A> = GenericArray<u8, <A as NewAead>::KeySize>;

Key for a NewAead algorithm