Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kilo-Org/cloud
/ keyed-envelope.test.ts
File
keyed-envelope.test.ts
packages/encryption/src/keyed-envelope.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ generateKeyPairSync } from
'node:crypto'
;
2
import
{ describe, expect, test } from
'vitest'
;
3
import
{
4
decryptKeyedEnvelope,
Callers
nothing calls this directly
Calls
6
test
Function · 0.85
parseKeyedEnvelope
Function · 0.85
serializeKeyedEnvelope
Function · 0.85
encryptKeyedEnvelope
Function · 0.85
decryptKeyedEnvelope
Function · 0.85
generateTestKeyPair
Function · 0.70
Tested by
no test coverage detected