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

Method SetIV

conn.go:353–353  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

351type cbcMode interface {
352 cipher.BlockMode
353 SetIV([]byte)
354}
355
356// decrypt authenticates and decrypts the record if protection is active at

Callers 2

decryptMethod · 0.80
encryptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected