package
0.12.0
Repository: https://github.com/consensys/gnark.git
Documentation: pkg.go.dev

# Functions

BinaryMux is a 2^k to 1 multiplexer which uses a binary selector.
Decoder is a decoder with n outputs.
GetHints returns all hint functions used in this package.
KeyDecoder is a decoder that associates keys to its output wires.
Map is a key value associative array: the output will be values[i] such that keys[i] == queryKey.
Mux is an n to 1 multiplexer: out = inputs[sel].
Partition selects left or right side of the input array, with respect to the pivotPosition.
Slice selects a slice of the input array at indices [start, end), and zeroes the array at other indices.