package
0.0.0-20171011075504-07f7db3ea99f
Repository: https://github.com/mattn/go.git
Documentation: pkg.go.dev
# Functions
ConstantTimeByteEq returns 1 if x == y and 0 otherwise.
ConstantTimeCompare returns 1 if and only if 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.