MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / decrypt

Method decrypt

crypto/etls/encrypt.go:128–130  ·  view source on GitHub ↗
(dst, src []byte)

Source from the content-addressed store, hash-verified

126}
127
128func (c *Cipher) decrypt(dst, src []byte) {
129 c.decStream.XORKeyStream(dst, src)
130}

Callers 1

ReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected