mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
Update circuit_data.rs
This commit is contained in:
parent
8d95b155b4
commit
1f6c04f62c
@ -363,7 +363,7 @@ pub struct ProverOnlyCircuitData<
|
||||
pub circuit_digest: <<C as GenericConfig<D>>::Hasher as Hasher<F>>::Hash,
|
||||
///The concrete placement of the lookup gates for each lookup table index.
|
||||
pub lookup_rows: Vec<LookupWire>,
|
||||
/// A vector of (looking_in, looking_out) pairs for for each lookup table index.
|
||||
/// A vector of (looking_in, looking_out) pairs for each lookup table index.
|
||||
pub lut_to_lookups: Vec<Lookup>,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user