Skip to content

Commit

Permalink
workflow and optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
yagnadeepxo committed Feb 27, 2024
1 parent 93934aa commit 7d62b89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zk_prover/src/circuits/merkle_sum_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use halo2_proofs::halo2curves::bn256::Fr as Fp;
use halo2_proofs::plonk::{
Advice, Circuit, Column, ConstraintSystem, Error, Fixed, Instance, Selector,
};

/// Circuit for verifying inclusion of an entry (username, balances) inside a merkle sum tree with a given root.
///
/// # Type Parameters
Expand Down

0 comments on commit 7d62b89

Please sign in to comment.