aboutsummaryrefslogtreecommitdiff
path: root/cc/keyset_manager.h
AgeCommit message (Expand)Author
2022-12-16Use `= default` for trivial ctor/dtors.wiktorg
2022-12-16IWYU: Add missing standard library includes.wiktorg
2019-08-29Replace deprecated thread annotations macros.Tink Team
2019-03-05Remove mutex dependency which is not used anymore.tholenst
2018-12-14Fix typo in keyset_manager.h.Tink Team
2018-10-31Remove the semi-circular dependency between keyset_handle and registry.tholenst
2018-10-02Remove the recursive mutex from the keyset_manager.Thomas Holenstein
2018-05-25Adding C++ implementation of KeysetHandle::GenerateNew(KeyTemplate).Bartosz Przydatek
2018-04-12Add a KeysetManager API to retrieve the count of keys in a keyset.Tink Team
2018-04-04Replacing custom ptr_util (make_unique, wrap_unique) with ABSL-calls.Bartosz Przydatek
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2017-11-22Fixing style issues after sync.Thai Duong
2017-11-09Adding C++ KeysetManager.Bartosz Przydatek