[][src]Type Definition aead::Key

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

Key for a NewAead algorithm