From 2a4bda481d87f84ded17ac0108bace4405c64a08 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Sun, 4 Feb 2024 13:39:55 +0400 Subject: [PATCH] Crypto stuff --- backend/src/lib/crypto/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/lib/crypto/index.ts b/backend/src/lib/crypto/index.ts index 9d7f4e886..a92508b1d 100644 --- a/backend/src/lib/crypto/index.ts +++ b/backend/src/lib/crypto/index.ts @@ -18,3 +18,4 @@ export { decryptSecretVersions } from "./secret-encryption"; export { generateSrpServerKey, srpCheckClientProof } from "./srp"; +export { decodeBase64, encodeBase64 } from "tweetnacl-util";