aboutsummaryrefslogtreecommitdiff
path: root/cc/core/binary_keyset_writer.cc
AgeCommit message (Expand)Author
2022-01-26Automatically apply clang tidy fixes.tholenst
2022-01-10Automatically apply some clang-tidy fixestholenst
2021-11-10Replace the last crypto::tink::util::error::UNKNOWN usages with its absl vers...lizatretyakova
2021-11-03Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-09-22Replace the deprecated crypto::tink::util::Status::OK object with a call to a...lizatretyakova
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-04-04Replacing custom ptr_util (make_unique, wrap_unique) with ABSL-calls.Bartosz Przydatek
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2018-03-08Project import generated by Copybara.Tink Team
2018-02-21Adding C++ KeysetWriter.Bartosz Przydatek