Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Functions | |
template<typename FF > | |
std::vector< FF > | bb::update_gate_challenges (const FF &perturbator_challenge, const std::vector< FF > &gate_challenges, const std::vector< FF > &init_challenges) |
Compute the gate challenges used in the combiner calculation. | |