MCPcopy
hub / github.com/XTLS/REALITY / Write

Method Write

handshake_messages.go:1925–1925  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

1923
1924type transcriptHash interface {
1925 Write([]byte) (int, error)
1926}
1927
1928// transcriptMsg is a helper used to hash messages which are not hashed when

Callers 15

writeKeyLogMethod · 0.65
transcriptMsgFunction · 0.65
sha1HashFunction · 0.65
md5SHA1HashFunction · 0.65
hashForServerKeyExchangeFunction · 0.65
readRecordOrCCSMethod · 0.65
writeMethod · 0.65
flushMethod · 0.65
writeHandshakeRecordMethod · 0.65
computeAndUpdatePSKFunction · 0.65
signedMessageFunction · 0.65

Implementers 6

Connconn.go
CCSDetectConnrecord_detect.go
cthWrappercipher_suites.go

Calls

no outgoing calls

Tested by

no test coverage detected