package
0.0.0-20190322182713-bf6f0a60fce1
Repository: https://github.com/llvm-mirror/llgo.git
Documentation: pkg.go.dev

# Functions

ConstantTimeByteEq returns 1 if x == y and 0 otherwise.
ConstantTimeCompare returns 1 iff the two slices, x and y, have equal contents.
ConstantTimeCopy copies the contents of y into x (a slice of equal length) if v == 1.
ConstantTimeEq returns 1 if x == y and 0 otherwise.
ConstantTimeLessOrEq returns 1 if x <= y and 0 otherwise.
ConstantTimeSelect returns x if v is 1 and y if v is 0.