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

Method Reset

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

Source from the content-addressed store, hash-verified

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) }
569func (c *cthWrapper) Sum(b []byte) []byte { return c.h.ConstantTimeSum(b) }
570

Callers 5

readRecordOrCCSMethod · 0.80
doHelloRetryRequestMethod · 0.80
tls10MACFunction · 0.80
pHashFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected