aboutsummaryrefslogtreecommitdiff
path: root/cc/signature_key_templates.h
diff options
context:
space:
mode:
authorBartosz Przydatek <przydatek@google.com>2018-05-24 06:20:48 -0700
committerTink Team <noreply@google.com>2018-05-24 09:33:02 -0400
commit28c9ebbe9667c5d563f2a85126e335aee97ab805 (patch)
tree7d7734838b13e26d1685a43373cda7f60d91f075 /cc/signature_key_templates.h
parent8fa13a6b4be5e73b6200945eb695411b70184e12 (diff)
downloadtink-28c9ebbe9667c5d563f2a85126e335aee97ab805.tar.gz
Adding instructions for building/using C++ Tink, with and without Bazel.
PiperOrigin-RevId: 197881855 GitOrigin-RevId: 63d09a42757fedd361b92933e8fe5c45acb188dd
Diffstat (limited to 'cc/signature_key_templates.h')
-rw-r--r--cc/signature_key_templates.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/cc/signature_key_templates.h b/cc/signature_key_templates.h
new file mode 100644
index 000000000..07b76eeca
--- /dev/null
+++ b/cc/signature_key_templates.h
@@ -0,0 +1,20 @@
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+///////////////////////////////////////////////////////////////////////////////
+
+#ifndef TINK_SIGNATURE_KEY_TEMPLATES_H_
+#define TINK_SIGNATURE_KEY_TEMPLATES_H_
+
+#include "tink/signature/signature_key_templates.h" // IWYU pragma: export
+
+#endif // TINK_SIGNATURE_KEY_TEMPLATES_H_