CryptoReadCloser adds a Password method to decompressors.
| 28 | |
| 29 | // CryptoReadCloser adds a Password method to decompressors. |
| 30 | type CryptoReadCloser interface { |
| 31 | Password(password string) error |
| 32 | } |
| 33 | |
| 34 | type signatureHeader struct { |
| 35 | Signature [6]byte |
no outgoing calls
no test coverage detected
searching dependent graphs…