Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <pedersen.hpp>
Static Public Member Functions | |
static cycle_group | commit (const std::vector< field_t > &inputs, GeneratorContext context={}) |
static cycle_group | commit (const std::vector< std::pair< field_t, GeneratorContext > > &input_pairs) |
Private Types | |
using | bool_t = stdlib::bool_t< CircuitBuilder > |
using | field_t = stdlib::field_t< CircuitBuilder > |
using | EmbeddedCurve = typename cycle_group< CircuitBuilder >::Curve |
using | GeneratorContext = crypto::GeneratorContext< EmbeddedCurve > |
using | cycle_group = stdlib::cycle_group< CircuitBuilder > |
using | cycle_scalar = typename stdlib::cycle_group< CircuitBuilder >::cycle_scalar |
Definition at line 14 of file pedersen.hpp.
|
private |
Definition at line 16 of file pedersen.hpp.
|
private |
Definition at line 20 of file pedersen.hpp.
|
private |
Definition at line 21 of file pedersen.hpp.
|
private |
Definition at line 18 of file pedersen.hpp.
|
private |
Definition at line 17 of file pedersen.hpp.
|
private |
Definition at line 19 of file pedersen.hpp.
|
static |
Definition at line 14 of file pedersen.cpp.
|
static |
Definition at line 33 of file pedersen.cpp.