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

Method Size

cipher_suites.go:581–581  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

579}
580
581func (c *cthWrapper) Size() int { return c.h.Size() }
582func (c *cthWrapper) BlockSize() int { return c.h.BlockSize() }
583func (c *cthWrapper) Reset() { c.h.Reset() }
584func (c *cthWrapper) Write(p []byte) (int, error) { return c.h.Write(p) }

Callers 13

decryptMethod · 0.80
loadSessionMethod · 0.80
auth.goFile · 0.80
sendServerCertificateMethod · 0.80
sendSessionTicketMethod · 0.80
nextTrafficSecretMethod · 0.80
finishedHashMethod · 0.80
extractFunction · 0.80
deriveSecretFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected