We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7785de2 commit b072fe0Copy full SHA for b072fe0
aggregation_mode/src/backend/mod.rs
@@ -209,7 +209,7 @@ impl ProofAggregator {
209
210
// calculate kzg commitments for blob
211
212
- // This parameter is the optimal balance between performance and memory usage
+ // This parameter is the optimal balance between performance and memory usage to load the trusted setup
213
// Source: https://github.com/ethereum/c-kzg-4844?tab=readme-ov-file#precompute
214
let settings = c_kzg::ethereum_kzg_settings(8);
215
let blob = c_kzg::Blob::new(blob_data);
0 commit comments