| 34 | } |
| 35 | |
| 36 | interface EncryptTransformWithParams { |
| 37 | transform: TransformObject; |
| 38 | getParams: () => EncryptionParams; |
| 39 | } |
| 40 | |
| 41 | // ============================================================================ |
| 42 | // AES-256-GCM Encryption Transform Objects for Stream.pull() |
nothing calls this directly
no outgoing calls
no test coverage detected