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

Interface cbcMode

conn.go:351–354  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

349
350// cbcMode is an interface for block ciphers using cipher block chaining.
351type cbcMode interface {
352 cipher.BlockMode
353 SetIV([]byte)
354}
355
356// decrypt authenticates and decrypts the record if protection is active at
357// 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…