MCPcopy Create free account
hub / github.com/bodgit/sevenzip / CryptoReadCloser

Interface CryptoReadCloser

struct.go:30–32  ·  view source on GitHub ↗

CryptoReadCloser adds a Password method to decompressors.

Source from the content-addressed store, hash-verified

28
29// CryptoReadCloser adds a Password method to decompressors.
30type CryptoReadCloser interface {
31 Password(password string) error
32}
33
34type signatureHeader struct {
35 Signature [6]byte

Callers 1

coderReaderMethod · 0.65

Implementers 1

readCloserinternal/aes7z/reader.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…