aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/hmac_key_manager.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/mac/hmac_key_manager.h
parent9c3aeaf66c74519047c104195b124fe0aefd6c0d (diff)
downloadtink-1ec72ed263422d0c7ea6f304afe666d624a4e51a.tar.gz
Formatting changes due to internal changes.
PiperOrigin-RevId: 276745125
Diffstat (limited to 'cc/mac/hmac_key_manager.h')
-rw-r--r--cc/mac/hmac_key_manager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/mac/hmac_key_manager.h b/cc/mac/hmac_key_manager.h
index 772fb0168..36d4866e4 100644
--- a/cc/mac/hmac_key_manager.h
+++ b/cc/mac/hmac_key_manager.h
@@ -59,7 +59,6 @@ class HmacKeyManager
const std::string& get_key_type() const override { return key_type_; }
-
crypto::tink::util::Status ValidateKey(
const google::crypto::tink::HmacKey& key) const override;
@@ -73,7 +72,6 @@ class HmacKeyManager
crypto::tink::util::Status ValidateParams(
const google::crypto::tink::HmacParams& params) const;
-
const std::string key_type_ = absl::StrCat(
kTypeGoogleapisCom, google::crypto::tink::HmacKey().GetTypeName());
};