mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
Merge remote-tracking branch 'origin/starky_multitables' into starky_multitables
# Conflicts: # starky2/src/get_challenges.rs
This commit is contained in:
commit
e9260fe457
@ -9,7 +9,7 @@ use plonky2::plonk::circuit_builder::CircuitBuilder;
|
||||
|
||||
pub struct ConstraintConsumer<P: PackedField> {
|
||||
/// Random values used to combine multiple constraints into one.
|
||||
alphas: Vec<P::Scalar>,
|
||||
pub alphas: Vec<P::Scalar>,
|
||||
|
||||
/// Running sums of constraints that have been emitted so far, scaled by powers of alpha.
|
||||
// TODO(JN): This is pub so it can be used in a test. Once we have an API for accessing this
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user