aboutsummaryrefslogtreecommitdiff
path: root/cc/streamingaead/decrypting_random_access_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-10-12Replace the deprecated crypto::tink::util::error::UNAVAILABLE usages with its...lizatretyakova
2021-09-28Replace the third batch of the deprecated crypto::tink::util::Status::error_c...lizatretyakova
2020-03-20Replace unneeded ToStatusFwiktorg
2019-08-20Removing const from RandomAccessStream::size(), and changingprzydatek
2019-06-24Adding C++ API for StreamingAead random access decryption.przydatek