aboutsummaryrefslogtreecommitdiff
path: root/cc/streamingaead/decrypting_input_stream.cc
AgeCommit message (Expand)Author
2023-03-06Use all primitives to decrypt in StreamingAead.tholenst
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-01-10Automatically apply some clang-tidy fixestholenst
2021-11-08Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-11-01Replace 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
2019-08-05Always use the Status result in some of the Tink unit tests.tholenst
2019-05-02Implementing decryption-part of C++ StreamingAeadWrapper.przydatek