Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decompose ¶
Decompose decomposes the input into res as integers of width nbBits. It errors if the decomposition does not fit into res or if res is uninitialized.
The following holds
input = \sum_{i=0}^{len(res)} res[i] * 2^{nbBits * i}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.