MCPcopy Create free account
hub / github.com/chronark/envshare / encryption.test.ts

File encryption.test.ts

pkg/encryption.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeAll } from "@jest/globals";
2import { decrypt, encrypt } from "./encryption";
3import crypto from "node:crypto";
4import { toBase58 } from "../util/base58";

Callers

nothing calls this directly

Calls 3

toBase58Function · 0.90
encryptFunction · 0.90
decryptFunction · 0.90

Tested by

no test coverage detected