aboutsummaryrefslogtreecommitdiff
path: root/cc/deterministic_aead.h
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2019-10-25 13:04:33 -0700
committerCopybara-Service <copybara-worker@google.com>2019-10-25 13:05:13 -0700
commit1ec72ed263422d0c7ea6f304afe666d624a4e51a (patch)
treee8d1c554838cc173145dfbd46aa8446aa69af7ad /cc/deterministic_aead.h
parent9c3aeaf66c74519047c104195b124fe0aefd6c0d (diff)
downloadtink-1ec72ed263422d0c7ea6f304afe666d624a4e51a.tar.gz
Formatting changes due to internal changes.
PiperOrigin-RevId: 276745125
Diffstat (limited to 'cc/deterministic_aead.h')
-rw-r--r--cc/deterministic_aead.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/deterministic_aead.h b/cc/deterministic_aead.h
index 73027b6fb..9450635ea 100644
--- a/cc/deterministic_aead.h
+++ b/cc/deterministic_aead.h
@@ -40,8 +40,7 @@ class DeterministicAead {
// The ciphertext allows for checking authenticity and integrity
// of the associated data, but does not guarantee its secrecy.
virtual crypto::tink::util::StatusOr<std::string> EncryptDeterministically(
- absl::string_view plaintext,
- absl::string_view associated_data) const = 0;
+ absl::string_view plaintext, absl::string_view associated_data) const = 0;
// Decrypts 'ciphertext' with 'associated_data' as associated data,
// and returns the resulting plaintext.