aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/index.ts')
-rw-r--r--packages/taler-util/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-util/src/index.ts b/packages/taler-util/src/index.ts
index 0c0ed25e8..2f674d097 100644
--- a/packages/taler-util/src/index.ts
+++ b/packages/taler-util/src/index.ts
@@ -29,6 +29,7 @@ export {
secretbox,
secretbox_open,
crypto_sign_keyPair_fromSeed,
+ setPRNG,
} from "./nacl-fast.js";
export { RequestThrottler } from "./RequestThrottler.js";
export * from "./CancellationToken.js";