Skip to content

Commit

Permalink
layer6 optimise (advice=1)
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Jul 13, 2024
1 parent 810ed73 commit 527476b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration/configs/layer6.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"strategy": "Simple",
"degree": 26,
"num_advice": [
2
1
],
"num_lookup_advice": [
1
Expand Down
2 changes: 1 addition & 1 deletion integration/src/prove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub fn prove_and_verify_bundle(
.gen_bundle_proof(bundle, None, Some(output_dir))
.unwrap();

env::set_var("BATCH_VK_FILENAME", "vk_bundle_recursion.vkey");
env::set_var("BATCH_VK_FILENAME", "vk_batch_agg.vkey");
let verifier = BatchVerifier::from_dirs(PARAMS_DIR, output_dir);
log::info!("Constructed bundle verifier");

Expand Down
2 changes: 1 addition & 1 deletion integration/tests/test_data/full_proof_batch_agg_1.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration/tests/test_data/full_proof_batch_agg_2.json

Large diffs are not rendered by default.

Binary file added integration/tests/test_data/vk_batch_agg.vkey
Binary file not shown.

0 comments on commit 527476b

Please sign in to comment.