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

Method Reset

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

Source from the content-addressed store, hash-verified

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

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected