MCPcopy Create free account
hub / github.com/XTLS/REALITY / ConstantTimeSum

Method ConstantTimeSum

cipher_suites.go:572–572  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

570type constantTimeHash interface {
571 hash.Hash
572 ConstantTimeSum(b []byte) []byte
573}
574
575// cthWrapper wraps any hash.Hash that implements ConstantTimeSum, and replaces

Callers 1

SumMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected