aboutsummaryrefslogtreecommitdiff
path: root/cc/experimental
diff options
context:
space:
mode:
authorTink Team <tink-dev@google.com>2023-03-27 01:56:53 -0700
committerCopybara-Service <copybara-worker@google.com>2023-03-27 01:57:43 -0700
commit8d010213d6bf885cbcb42b615a204543de2881b0 (patch)
tree3de8e809de702af7a1f29a774a244df5a17773a6 /cc/experimental
parent93b6e0ff9f59d605b9654160490a57266a497501 (diff)
downloadtink-8d010213d6bf885cbcb42b615a204543de2881b0.tar.gz
Internal Code Change
PiperOrigin-RevId: 519655152
Diffstat (limited to 'cc/experimental')
-rw-r--r--cc/experimental/pqcrypto/signature/dilithium_key_template.h6
-rw-r--r--cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/cc/experimental/pqcrypto/signature/dilithium_key_template.h b/cc/experimental/pqcrypto/signature/dilithium_key_template.h
index cce59e2e5..c3acff2a8 100644
--- a/cc/experimental/pqcrypto/signature/dilithium_key_template.h
+++ b/cc/experimental/pqcrypto/signature/dilithium_key_template.h
@@ -14,8 +14,8 @@
//
///////////////////////////////////////////////////////////////////////////////
-#ifndef TINK_EXPERIMENTAL_SIGNATURE_DILITHIUM_KEY_TEMPLATE_H_
-#define TINK_EXPERIMENTAL_SIGNATURE_DILITHIUM_KEY_TEMPLATE_H_
+#ifndef TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_DILITHIUM_KEY_TEMPLATE_H_
+#define TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_DILITHIUM_KEY_TEMPLATE_H_
#include "proto/tink.pb.h"
@@ -38,4 +38,4 @@ const google::crypto::tink::KeyTemplate& Dilithium5AesKeyTemplate();
} // namespace tink
} // namespace crypto
-#endif // TINK_EXPERIMENTAL_SIGNATURE_DILITHIUM_KEY_TEMPLATE_H_
+#endif // TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_DILITHIUM_KEY_TEMPLATE_H_
diff --git a/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.h b/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.h
index e4774d3b7..4893220e4 100644
--- a/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.h
+++ b/cc/experimental/pqcrypto/signature/dilithium_verify_key_manager.h
@@ -14,8 +14,8 @@
//
///////////////////////////////////////////////////////////////////////////////
-#ifndef TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_SUBTLE_DILITHIUM_VERIFY_KEY_MANAGER_H_
-#define TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_SUBTLE_DILITHIUM_VERIFY_KEY_MANAGER_H_
+#ifndef TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_DILITHIUM_VERIFY_KEY_MANAGER_H_
+#define TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_DILITHIUM_VERIFY_KEY_MANAGER_H_
#include <memory>
#include <string>
@@ -72,4 +72,4 @@ class DilithiumVerifyKeyManager
} // namespace tink
} // namespace crypto
-#endif // TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_SUBTLE_DILITHIUM_VERIFY_KEY_MANAGER_H_
+#endif // TINK_EXPERIMENTAL_PQCRYPTO_SIGNATURE_DILITHIUM_VERIFY_KEY_MANAGER_H_