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

# Functions

ByteLen returns the number of bytes needed to encode 0 <= n < q.
No description provided by the author
FindInSlice attempts to find the target in increasing slice x.
FromInterface converts an interface to a big.Int element input must be primitive (uintXX, intXX, []byte, string) or implement BigInt(res *big.Int) (which is the case for gnark-crypto field elements) if the input is a string, it calls (big.Int).SetString(input, 0).
No description provided by the author
Parallelize process in parallel the work function.
No description provided by the author

# Type aliases

An IntHeap is a min-heap of linear expressions.
MultiListSeeker looks up increasing integers in a list of increasing lists of integers.