aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/mac_wrapper.h
AgeCommit message (Collapse)Author
2022-12-16IWYU: Add missing standard library includes.wiktorg
PiperOrigin-RevId: 495818760
2020-11-24Rename the "TransformingPrimitiveWrapper<P,Q>" to "PrimitiveWrapper<P,Q>" ↵tholenst
and remove PrimitiveWrapper<P>. This is, strictly speaking, incompatible with previously releases. However, the incompatibility will only manifest itself if a user uses their own primitive, which I don't expect to be the case. Furthermore, the fix is very easy (see e.g. the change in AeadWrapper). Hence, in the spirit of not having much technical debt, I suggest to be backwards incompatible. Note that the registry still will only accept PrimitiveWrapper<P,P> objects. We will allow registering PrimitiveWrapper<P,Q> objects later. PiperOrigin-RevId: 344053514
2018-10-25Change the MacSetWrapper to a MacWrapper and register it.tholenst
PiperOrigin-RevId: 218677409 GitOrigin-RevId: 61735fcdf8fb20ebf0272b2e4602350c56b4e3ee