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 9bb7e7d commit 31508beCopy full SHA for 31508be
1 file changed
mithril-test-lab/mithril-end-to-end/src/toolkit/exec.rs
@@ -102,9 +102,9 @@ impl ExecToolkit {
102
aggregator.stop().await?;
103
let protocol_parameters_new = match aggregate_signature_type {
104
AggregateSignatureType::Concatenation => ProtocolParameters {
105
- k: 145,
106
- m: 210,
107
- phi_f: 0.80,
+ k: 83,
+ m: 130,
+ phi_f: 0.75,
108
},
109
AggregateSignatureType::Snark => ProtocolParameters {
110
k: 7,
0 commit comments