aboutsummaryrefslogtreecommitdiff
path: root/cc/subtle/streaming_mac_impl_test.cc
AgeCommit message (Expand)Author
2022-12-20Use `= default` for trivial ctor/dtors.wiktorg
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-07-14Switch to constant-time comparison for Streaming MAC implementation.wconner
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
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-05Refactor streaming_mac_impl_test.cc;ambrosin
2021-09-23Replace the first batch of the deprecated crypto::tink::util::Status::error_c...lizatretyakova
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2019-11-01Implement interface for streaming MAC.Tink Team