diff --git a/src/lib/cipher.ts b/src/lib/cipher.ts index 0219904..f1bdc5a 100644 --- a/src/lib/cipher.ts +++ b/src/lib/cipher.ts @@ -17,6 +17,3 @@ export function decode(ciphertext: string) { } return out; } - -globalThis.encode = encode; -globalThis.decode = decode; \ No newline at end of file