MCPcopy 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

1import { generateKeyPairSync } from 'node:crypto';
2import { describe, expect, test } from 'vitest';
3import {
4 decryptKeyedEnvelope,

Callers

nothing calls this directly

Calls 6

testFunction · 0.85
parseKeyedEnvelopeFunction · 0.85
serializeKeyedEnvelopeFunction · 0.85
encryptKeyedEnvelopeFunction · 0.85
decryptKeyedEnvelopeFunction · 0.85
generateTestKeyPairFunction · 0.70

Tested by

no test coverage detected