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

Function roundUp

conn.go:335–337  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

333}
334
335func roundUp(a, b int) int {
336 return a + (b-a%b)%b
337}
338
339// cbcMode is an interface for block ciphers using cipher block chaining.
340type cbcMode interface {

Callers 1

decryptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…