aboutsummaryrefslogtreecommitdiff
path: root/cc/key_manager.h
AgeCommit message (Expand)Author
2022-12-16Use `= default` for trivial ctor/dtors.wiktorg
2022-12-16IWYU: Add missing standard library includes.wiktorg
2021-03-25Extract non-templated KeyManagerBasewiktorg
2020-03-26Include What You Use fixeswiktorg
2019-03-20Move the include guards for the key manager to the proper position.tholenst
2018-10-02Add a new static method AlwaysFailingFactory(Status) to the KeyFactory class.Thomas Holenstein
2018-09-25Implement EcdsaPrivateKeyFactory based on KeyFactoryBase<>.Thomas Holenstein
2018-07-27Adding C++ API to get public keys from private keys.Bartosz Przydatek
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-22Fixing style issues after sync.Thai Duong
2017-11-09Adding C++ KeysetManager.Bartosz Przydatek
2017-10-25Replacing google::protobuf::StringPiece with absl::string_view.Thai Duong
2017-10-06Adding C++ configurations support.Bartosz Przydatek
2017-09-01Move util to crypto::tink::util.Thai Duong
2017-05-26Move C++ to google::crypto::tink.Thai Duong
2017-05-18Merge "Use unsigned integers when possible, including in protobufs."Thai Duong
2017-05-10Changing 'const string&' arguments to StringPieceBartosz Przydatek
2017-04-06Simplifying KeyManager-interface and adding HmacKeyManager.Bartosz Przydatek
2017-03-29Adding aux structures for primitive generation.Bartosz Przydatek
2017-03-23Merge "Initial structure for C++ Tink"Bartosz Przydatek