Update circuit_data.rs

This commit is contained in:
yanziseeker 2024-04-24 21:30:39 +08:00 committed by GitHub
parent 8d95b155b4
commit 1f6c04f62c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>,
}