aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/hmac_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-04-16Refactor tink fips into an internal and public part.kste
2021-04-06Add FipsStatus() method to KeyTypeManagers for AEAD, DAEAD, MAC, Prf and Stre...kste
2020-03-26Include What You Use fixeswiktorg
2020-03-03Use sanitizing containers in hmac_boringsslwiktorg
2020-03-02Use sanitizing containers in hmac_boringsslTink Team
2020-03-02Use sanitizing containers in hmac_boringsslwiktorg
2020-01-14Add DeriveKey to the HMacKeyManager.tholenst
2019-10-25Formatting changes due to internal changes.tholenst
2019-08-14Migrate the HmacKeyManger to a KeyTypeManager.tholenst
2018-09-26Make the HmacKeyFactory depend on KeyManagerBase.Thomas Holenstein
2018-09-20Move the functions GetPrimitive from each keymanager into the common supercla...Thomas Holenstein
2018-07-03Moving C++ to proto lite, and changing from JSONCPP to RapidJSON.Bartosz Przydatek
2018-04-17Use Portable Protocol Buffers (go/portableproto) for Tink C++.Haris Andrianakis
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2017-11-09Adding C++ KeysetManager.Bartosz Przydatek
2017-10-06Adding C++ configurations support.Bartosz Przydatek
2017-09-01Fixing style issues.Bartosz Przydatek
2017-09-01Move util to crypto::tink::util.Thai Duong
2017-06-01Adding C++ ECIES-AEAD-HKDF hybrid encryption.Bartosz Przydatek
2017-05-26Move C++ to google::crypto::tink.Thai Duong
2017-05-18Merge "Use unsigned integers when possible, including in protobufs."Thai Duong
2017-04-06Simplifying KeyManager-interface and adding HmacKeyManager.Bartosz Przydatek