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

Function encryptedTrace

test/proxyTraceIntegration.test.js:58–67  ·  view source on GitHub ↗
(ciphertext)

Source from the content-addressed store, hash-verified

56}
57
58function encryptedTrace(ciphertext) {
59 return {
60 encrypted: true,
61 algorithm: 'aes-256-gcm',
62 payload_schema: 'prism_trace_row',
63 iv: 'aXYxMjM0NTY3ODkw',
64 tag: 'dGFnMTIzNDU2Nzg5MA==',
65 ciphertext,
66 };
67}
68
69describe('EvoMapProxy proxy trace integration', () => {
70 let dir;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected