Skip to content

Commit

Permalink
delete commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ledwards2225 committed Dec 6, 2023
1 parent dfec66e commit 71a6073
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,7 @@ TEST_F(GoblinRecursionTests, Pseudo)
GoblinUltraBuilder initial_circuit{ goblin.op_queue };
GoblinTestingUtils::construct_simple_initial_circuit(initial_circuit);

// GoblinUltraComposer composer;
// auto instance = composer.create_instance(initial_circuit);
// auto prover = composer.create_prover(instance);
// auto ultra_proof = prover.construct_proof();

// auto merge_prover = composer.create_merge_prover(goblin.op_queue);
// auto merge_proof = merge_prover.construct_proof();

// KernelInput kernel_input = { ultra_proof, instance->verification_key };

// Note: On the first call to accumulate there is no merge proof to recursively verify
KernelInput kernel_input = goblin.accumulate(initial_circuit, /*verify_merge=*/false);

// Construct a series of simple Goblin circuits; generate and verify their proofs
Expand Down

0 comments on commit 71a6073

Please sign in to comment.