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

Interface transcriptHash

handshake_messages.go:1924–1926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1922}
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
1929// they are read from, or written to, the wire. This is typically the case for

Callers 8

writeKeyLogMethod · 0.65
transcriptMsgFunction · 0.65
sha1HashFunction · 0.65
md5SHA1HashFunction · 0.65
hashForServerKeyExchangeFunction · 0.65
readRecordOrCCSMethod · 0.65
writeMethod · 0.65
flushMethod · 0.65

Implementers 6

Connconn.go
CCSDetectConnrecord_detect.go
cthWrappercipher_suites.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…