aboutsummaryrefslogtreecommitdiff
path: root/cc/subtle/streaming_mac_impl.cc
AgeCommit message (Expand)Author
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-07-14Switch to constant-time comparison for Streaming MAC implementation.wconner
2022-03-22Explicitly `std::move` the returned values if they are of a move-only type. O...lizatretyakova
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-02-04Automatically apply some clang-tidy fixes.tholenst
2021-11-09Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-10-21Replace the deprecated crypto::tink::util::error::FAILED_PRECONDITION usages ...lizatretyakova
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2020-03-25Minor code cleanupwiktorg
2019-11-01Implement interface for streaming MAC.Tink Team