MCPcopy Create free account
hub / github.com/XTLS/REALITY / cbcMode

Interface cbcMode

conn.go:340–343  ·  view source on GitHub ↗

cbcMode is an interface for block ciphers using cipher block chaining.

Source from the content-addressed store, hash-verified

338
339// cbcMode is an interface for block ciphers using cipher block chaining.
340type cbcMode interface {
341 cipher.BlockMode
342 SetIV([]byte)
343}
344
345// decrypt authenticates and decrypts the record if protection is active at
346// this stage. The returned plaintext might overlap with the input.

Callers 2

decryptMethod · 0.80
encryptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…