aboutsummaryrefslogtreecommitdiff
path: root/cc/deterministic_aead_factory.h
diff options
context:
space:
mode:
authorBartosz Przydatek <przydatek@google.com>2018-10-05 05:18:33 -0700
committerTink Team <noreply@google.com>2018-10-08 18:24:55 -0700
commit6f4501931777486045e5a962382bed646fd8632d (patch)
tree5e70be5832fe405be37bc0195bff23faeb98deea /cc/deterministic_aead_factory.h
parentced905078e13a6b26ee9331990199486f67ea3eb (diff)
downloadtink-6f4501931777486045e5a962382bed646fd8632d.tar.gz
Adding C++ DeterministicAead to public API.
PiperOrigin-RevId: 215891943 GitOrigin-RevId: 8002eeb97d9744310883f99588dc372a5ac713a0
Diffstat (limited to 'cc/deterministic_aead_factory.h')
-rw-r--r--cc/deterministic_aead_factory.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/cc/deterministic_aead_factory.h b/cc/deterministic_aead_factory.h
new file mode 100644
index 000000000..74575e675
--- /dev/null
+++ b/cc/deterministic_aead_factory.h
@@ -0,0 +1,24 @@
+// Copyright 2017 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_DETERMINISTIC_AEAD_FACTORY_H_
+#define TINK_DETERMINISTIC_AEAD_FACTORY_H_
+
+// IWYU pragma: begin_exports
+#include "tink/daead/deterministic_aead_factory.h"
+// IWYU pragma: end_exports
+
+#endif // TINK_DETERMINISTIC_AEAD_FACTORY_H_