MCPcopy Index your code
hub / github.com/XTLS/Go / Size

Method Size

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

Source from the content-addressed store, hash-verified

563}
564
565func (c *cthWrapper) Size() int { return c.h.Size() }
566func (c *cthWrapper) BlockSize() int { return c.h.BlockSize() }
567func (c *cthWrapper) Reset() { c.h.Reset() }
568func (c *cthWrapper) Write(p []byte) (int, error) { return c.h.Write(p) }

Callers 11

decryptMethod · 0.80
loadSessionMethod · 0.80
auth.goFile · 0.80
checkForResumptionMethod · 0.80
sendServerCertificateMethod · 0.80
deriveSecretMethod · 0.80
extractMethod · 0.80
nextTrafficSecretMethod · 0.80
finishedHashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected