pub type Key<M> = GenericArray<u8, <M as NewMac>::KeySize>;
Key for an algorithm that implements NewMac.
NewMac
struct Key<M> { /* private fields */ }