aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/aes_cmac_key_manager.h
AgeCommit message (Expand)Author
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-07-25Moved ChunkedMac implementation from chunkedmac/internal to mac/internal.wconner
2022-07-14Add ChunkedMac primitive to existing MAC key managers.wconner
2021-11-03Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-04-16Refactor tink fips into an internal and public part.kste
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-04-06Add FipsStatus() method to KeyTypeManagers for AEAD, DAEAD, MAC, Prf and Stre...kste
2020-03-26Include What You Use fixeswiktorg
2020-02-26Use sanitizing containers in aes_cmac_boringsslwiktorg
2019-08-09Migrate the AesCmacKeyManager to a KeyTypeManager.tholenst
2019-07-23Adding AES-CMAC to Tink's supported macs in C++.Tink Team