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

Method BlockSize

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

Source from the content-addressed store, hash-verified

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

Callers 4

explicitNonceLenMethod · 0.80
decryptMethod · 0.80
encryptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected