aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/index.ts')
-rw-r--r--packages/taler-wallet-core/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/index.ts b/packages/taler-wallet-core/src/index.ts
index fe2d3af15..30e9818d3 100644
--- a/packages/taler-wallet-core/src/index.ts
+++ b/packages/taler-wallet-core/src/index.ts
@@ -20,6 +20,7 @@
export * from "./crypto/cryptoImplementation.js";
export * from "./crypto/cryptoTypes.js";
+export * from "./crypto/index.js";
export {
CryptoDispatcher,
CryptoWorkerFactory,