Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ describe, it, expect, beforeAll } from
"@jest/globals"
;
2
import
{ decrypt, encrypt } from
"./encryption"
;
3
import
crypto from
"node:crypto"
;
4
import
{ toBase58 } from
"../util/base58"
;
Callers
nothing calls this directly
Calls
3
toBase58
Function · 0.90
encrypt
Function · 0.90
decrypt
Function · 0.90
Tested by
no test coverage detected