#include <array>
#include <cstddef>
#include <cstdint>
#include <vector>
Go to the source code of this file.
|
| namespace | bb |
| | Entry point for Barretenberg command-line interface.
|
| |
| namespace | bb::avm2 |
| |
|
| const std::array< std::vector< uint8_t >, NUM_RADIXES > & | bb::avm2::get_p_limbs_per_radix () |
| | Gets the p limbs per radix array. Each element is a vector containing the little endian decompositions of Fr modulus into limbs for each radix. Radix goes up to 256 so we need NUM_RADIXES decompositions.
|
| |
| size_t | bb::avm2::get_p_limbs_per_radix_size (size_t radix) |
| | Gets the number of limbs that the modulus, p, decomposes into for a given radix.
|
| |