aboutsummaryrefslogtreecommitdiff
path: root/cc/streaming_aead_config.h
diff options
context:
space:
mode:
authorprzydatek <przydatek@google.com>2019-03-26 13:37:13 -0700
committerCharles Lee <ckl@google.com>2019-05-02 00:32:41 -0700
commiteaf7bda4d195ffaf71e2528e19b50664723ec25c (patch)
treedd377415a65f74e15d2e5a0adb68ef407c98711b /cc/streaming_aead_config.h
parentff6774545dd131ba2da3b2043d21ca5324098041 (diff)
downloadtink-eaf7bda4d195ffaf71e2528e19b50664723ec25c.tar.gz
Adding StreamingAaead to tink:cc and TinkConfig.
PiperOrigin-RevId: 240417269 GitOrigin-RevId: 199ca8b0eed94654f5d39a40ad617b73e9487d9d
Diffstat (limited to 'cc/streaming_aead_config.h')
-rw-r--r--cc/streaming_aead_config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/cc/streaming_aead_config.h b/cc/streaming_aead_config.h
new file mode 100644
index 000000000..ae6d6accf
--- /dev/null
+++ b/cc/streaming_aead_config.h
@@ -0,0 +1,24 @@
+// Copyright 2019 Google Inc.
+//
+// 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_STREAMING_AEAD_CONFIG_H_
+#define TINK_STREAMING_AEAD_CONFIG_H_
+
+// IWYU pragma: begin_exports
+#include "tink/streamingaead/streaming_aead_config.h"
+// IWYU pragma: end_exports
+
+#endif // TINK_STREAMING_AEAD_CONFIG_H_