| 441 | } |
| 442 | |
| 443 | type injectedFileKeyIdentity struct { |
| 444 | fileKey []byte |
| 445 | } |
| 446 | |
| 447 | // NewInjectedFileKeyIdentity returns an [Identity] that always produces |
| 448 | // a fixed file key, allowing the use of a file key obtained out-of-band, |
nothing calls this directly
no outgoing calls
no test coverage detected