aboutsummaryrefslogtreecommitdiff
path: root/cc/experimental
AgeCommit message (Expand)Author
2023-04-20Replace direct use of FIPS_mode with an internal util functionambrosin
2023-04-13Internal Code ChangeTink Team
2023-03-30Internal Code ChangeTink Team
2023-03-27Internal Code ChangeTink Team
2022-12-16Use `= default` for trivial ctor/dtors.wiktorg
2022-12-16Remove unused `using` declarationswiktorg
2022-12-15Fix "readability-avoid-const-params-in-decls" clang-tidy warningswiktorg
2022-08-16Auto-generated fix for C++ includes.juerg
2022-08-15Auto-generated fix for C++ includes.juerg
2022-07-25Make sphincs.proto enum definitions for unspecified values consistent with ot...kste
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-06-13Internal change.Tink Team
2022-05-11Cleanup of Tink C++:ambrosin
2022-05-09Reformatting of tink/cc/proto/BUILD.bazel.ambrosin
2022-05-09Fix cc/experimental/pqcrypto folder structure.rafaelmisoczki
2022-05-06Fix BUILD.bazel files for tink/cc/experimental/pqcrypto/cecpq2.ambrosin
2022-05-05Fix some proto includes, and build targets.tholenst
2022-05-03Make protos local to the @tink_cc workspace.ambrosin
2022-03-23Change some more ValueOrDie() to value(), in /tink/cc. Part of Tink migration...lizatretyakova
2022-03-23Update documenting comment to use more up-to-date APIs of StatusOr.lizatretyakova
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-02-08Fix lint errors in includes.juerg
2022-01-27Automatically apply ClangTidy fixestholenst
2022-01-21Fix some clang-tidy build errors.tholenst
2021-12-14Move subtle/ec_util functions to internal/ec_utilambrosin
2021-11-17Remove util::Status::OK object usages from falcon-related experimental code.lizatretyakova
2021-11-08Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-11-03Replace one more deprecated crypto::tink::util::error::UNIMPLEMENTED usage wi...lizatretyakova
2021-11-01Replace the deprecated crypto::tink::util::error::INTERNAL usages with its ab...lizatretyakova
2021-10-29Replace the deprecated crypto::tink::util::error::NOT_FOUND usages with its a...lizatretyakova
2021-10-25Replace the deprecated crypto::tink::util::Status::error_message() method wit...lizatretyakova
2021-10-19Replace the deprecated crypto::tink::util::error::UNIMPLEMENTEDD usages with ...lizatretyakova
2021-10-12Replace the deprecated crypto::tink::util::error::INTERNAL usages with its ab...lizatretyakova
2021-09-28Replace the third batch of the deprecated crypto::tink::util::Status::error_c...lizatretyakova
2021-09-23Replace the second batch of the deprecated crypto::tink::util::Status::error_...lizatretyakova
2021-09-22Replace the deprecated crypto::tink::util::Status::OK object with a call to a...lizatretyakova
2021-09-20Add Key Templates and registration function for Falcon Digital Signature Sche...Tink Team
2021-09-17Add Falcon Digital Signature Schemes to the key manager.Tink Team
2021-09-17Add sign/verify subtle wrappers and utility functions for Falcon signature sc...Tink Team
2021-09-14Add Key Templates and registration function for Sphincs Digital Signature Sch...Tink Team
2021-09-07Add Sphincs Digital Signature Schemes to the key manager.Tink Team
2021-09-03Create key templates for the AES versions of Dilithium digital signature sche...Tink Team
2021-09-03Create proto file for the Sphincs Digital Signature Algorithm and add ProtoTo...Tink Team
2021-09-02Add the AES versions of dilithium to the key manager.Tink Team
2021-09-02Add subtle wrappers for sphincs signature schemes.Tink Team
2021-09-02Change DilithiumSeedExpansion enum value names in accordance with the protoco...Tink Team
2021-09-01Add AES versions of dilithium to the subtle wrappers.Tink Team
2021-08-30Create util structures and functions for sphincs key generation and validation.Tink Team
2021-08-23Add other versions of dilithium to the key manager.Tink Team