MCPcopy Create free account
hub / github.com/EvoMap/evolver / encryptedTrace

Function encryptedTrace

test/proxyOutboundSync.test.js:30–39  ·  view source on GitHub ↗
(ciphertext)

Source from the content-addressed store, hash-verified

28}
29
30function encryptedTrace(ciphertext) {
31 return {
32 encrypted: true,
33 algorithm: 'aes-256-gcm',
34 payload_schema: 'prism_trace_row',
35 iv: 'aXYxMjM0NTY3ODkw',
36 tag: 'dGFnMTIzNDU2Nzg5MA==',
37 ciphertext,
38 };
39}
40
41describe('proxy trace outbound sync', () => {
42 let savedOutboundMaxBytes;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected