aboutsummaryrefslogtreecommitdiff
path: root/cc/primitive_set.h
AgeCommit message (Expand)Author
2023-06-13Add get_all_in_keyset_order() to C++ PrimitiveSet. #tinkApiChangecinlin
2023-05-10Open-source Key Derivation C++. #tinkApiChangecinlin
2023-03-14Store PrfBasedDeriverKey entries to preserve keyset key order during key deri...cinlin
2023-03-08Change std::unordered_map to more performant absl::flat_hash_map.Tink Team
2022-12-22Replace std::make_unique with absl::make_unique.tholenst
2022-12-22Add a builder to PrimitiveSet and make the class itself immutable.Tink Team
2022-12-15Fix "readability-const-return-type" clang-tidy warningswiktorg
2022-04-01Add type_url to PrimitiveSet entries.ambrosin
2022-03-28Add annotations to PrimitiveSet.ambrosin
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-02-08Fix lint errors in includes.juerg
2021-11-03Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-10-29Replace the deprecated crypto::tink::util::error::NOT_FOUND usages with its a...lizatretyakova
2021-09-22Replace the deprecated crypto::tink::util::Status::OK object with a call to a...lizatretyakova
2020-10-12Migrate GetOutputPrefix to use as input a KeyInfo instead of two elements fro...tholenst
2020-10-09Migrate PrimitiveSet::AddPrimitive to take a KeyInfo instead of a Key.tholenst
2020-10-07Change get_output_prefix(key) to GetOutputPrefix(key_id, output_prefix_type).tholenst
2020-09-10Change get_primitives interface to use absl::string_view instead of const str...kste
2020-03-23Reimplement ToStatusF using absl::StrFormatwiktorg
2020-03-20Replace unneeded ToStatusFwiktorg
2019-11-13Add a method "get_key_id" to the PrimitiveSet in C++.tholenst
2019-11-13Add a method get_all to the C++ primitive_set class.tholenst
2019-08-29Replace deprecated thread annotations macros.Tink Team
2019-03-21cc: Extra sanity checks on setPrimitive.candrian
2019-03-20C++/Java: PrimitiveSet should only accept ENABLED keys.thaidn
2019-03-05The const qualifier on an enum return type is ignored and has no effect.Tink Team
2018-09-05Replace one instance of std::mutex with an absl::Mutex.Tink Team
2018-08-30Adding C++ support for legacy signature/mac format.Bartosz Przydatek
2018-04-04Replacing custom ptr_util (make_unique, wrap_unique) with ABSL-calls.Bartosz Przydatek
2018-04-04Fixing bugs in C++ PrimitiveSet-class:Bartosz Przydatek
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2017-10-25Replacing google::protobuf::StringPiece with absl::string_view.Thai Duong
2017-10-25Replacing StringPiece with const std::string& when it makes sense.Thai Duong
2017-09-01Move util to crypto::tink::util.Thai Duong
2017-05-26Move C++ to google::crypto::tink.Thai Duong
2017-05-12Fixing primitive_set.hBartosz Przydatek
2017-05-11Merge "Cleanup of C++ PrimitiveSet."Bartosz Przydatek
2017-05-10Changing 'const string&' arguments to StringPieceBartosz Przydatek
2017-05-10Merge "Adding implementation of AeadFactory."Bartosz Przydatek
2017-03-29Adding aux structures for primitive generation.Bartosz Przydatek