package
1.1.0
Repository: https://github.com/danivilardell/gnark.git
Documentation: pkg.go.dev

# Functions

GetHints returns all hint functions used in this package.
IsLess returns 1 if a < b, and returns 0 if a >= b.
IsLessBinary compares two non-negative binary numbers represented by aBits and bBits.
IsLessOrEqual returns 1 if a <= b, and returns 0 if a > b.
IsLessOrEqualBinary compares two non-negative binary numbers represented by aBits and bBits.
NewBoundedComparator creates a new BoundedComparator, which provides methods for comparing two numbers a and b.

# Structs

BoundedComparator provides comparison methods, with relatively low circuit complexity, for signed comparison of two integers a and b, when an upper bound for their absolute difference (|a - b|) is known.