pub type Cmac<C> = CoreWrapper<CmacCore<C>>;
Generic CMAC instance.
struct Cmac<C> { /* private fields */ }