Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dkales committed Oct 3, 2024
1 parent 3467425 commit e43534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion co-noir/ultrahonk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use types::ProverCrs;

pub const NUM_ALPHAS: usize = decider::relations::NUM_SUBRELATIONS - 1;
/// The log of the max circuit size assumed in order to achieve constant sized Honk proofs
/// TODO(https://github.com/AztecProtocol/barretenberg/issues/1046): Remove the need for const sized proofs
/// TODO(<https://github.com/AztecProtocol/barretenberg/issues/1046>): Remove the need for const sized proofs
pub const CONST_PROOF_SIZE_LOG_N: usize = 28;
pub const N_MAX: usize = 1 << 25;

Expand Down

0 comments on commit e43534a

Please sign in to comment.