Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
func
(c *Cipher) decrypt(dst, src []byte) {
129
c.decStream.XORKeyStream(dst, src)
130
}
Callers
1
Read
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected