MCPcopy Create free account
hub / github.com/XTLS/Go / roundUp

Function roundUp

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

Source from the content-addressed store, hash-verified

344}
345
346func roundUp(a, b int) int {
347 return a + (b-a%b)%b
348}
349
350// cbcMode is an interface for block ciphers using cipher block chaining.
351type 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…