aboutsummaryrefslogtreecommitdiffhomepage
path: root/tde2e/td/e2e/bip39.h
diff options
context:
space:
mode:
Diffstat (limited to 'tde2e/td/e2e/bip39.h')
-rw-r--r--tde2e/td/e2e/bip39.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/tde2e/td/e2e/bip39.h b/tde2e/td/e2e/bip39.h
new file mode 100644
index 000000000..3389fe5c3
--- /dev/null
+++ b/tde2e/td/e2e/bip39.h
@@ -0,0 +1,15 @@
+//
+// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2025
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+#pragma once
+
+#include "td/utils/Slice.h"
+
+namespace tde2e_core {
+
+td::CSlice bip39_english();
+
+} // namespace tde2e_core