MCPcopy
hub / github.com/kopia/kopia / encryptorWrapper

Struct encryptorWrapper

repo/format/encryptor_wrapper.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type encryptorWrapper struct {
9 impl encryption.Encryptor
10 next encryption.Encryptor
11}
12
13func (p *encryptorWrapper) Encrypt(plainText gather.Bytes, contentID []byte, output *gather.WriteBuffer) error {
14 var tmp gather.WriteBuffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected