MCPcopy Create free account
hub / github.com/WinterTC55/iter-streams / EncryptTransformWithParams

Interface EncryptTransformWithParams

samples/15-encryption.ts:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36interface EncryptTransformWithParams {
37 transform: TransformObject;
38 getParams: () => EncryptionParams;
39}
40
41// ============================================================================
42// AES-256-GCM Encryption Transform Objects for Stream.pull()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected