summaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/argonish/internal/proxies/ref/proxy_ref.h
diff options
context:
space:
mode:
authorDevtools Arcadia <[email protected]>2022-02-07 18:08:42 +0300
committerDevtools Arcadia <[email protected]>2022-02-07 18:08:42 +0300
commit1110808a9d39d4b808aef724c861a2e1a38d2a69 (patch)
treee26c9fed0de5d9873cce7e00bc214573dc2195b7 /library/cpp/digest/argonish/internal/proxies/ref/proxy_ref.h
intermediate changes
ref:cde9a383711a11544ce7e107a78147fb96cc4029
Diffstat (limited to 'library/cpp/digest/argonish/internal/proxies/ref/proxy_ref.h')
-rw-r--r--library/cpp/digest/argonish/internal/proxies/ref/proxy_ref.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/library/cpp/digest/argonish/internal/proxies/ref/proxy_ref.h b/library/cpp/digest/argonish/internal/proxies/ref/proxy_ref.h
new file mode 100644
index 00000000000..821abc50cd2
--- /dev/null
+++ b/library/cpp/digest/argonish/internal/proxies/ref/proxy_ref.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include <util/generic/yexception.h>
+#include <library/cpp/digest/argonish/argon2.h>
+#include <library/cpp/digest/argonish/blake2b.h>
+#include <library/cpp/digest/argonish/internal/proxies/macro/proxy_macros.h>
+
+namespace NArgonish {
+ ARGON2_PROXY_CLASS_DECL(REF)
+ BLAKE2B_PROXY_CLASS_DECL(REF)
+}