Skip to content

Commit

Permalink
chore: remove hashbrown
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Jul 27, 2024
1 parent f0f154a commit 51087f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recursion/src/compressor12/compressor12_pil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ pub fn render(n_bits: usize, n_publics: usize) -> String {
let mut res = String::from("");
res.push_str(&format!(
r#"
<<<<<<< HEAD
let N: int = 2**{n_bits};
=======
let N = 2**{n_bits};
>>>>>>> f53937c (fix: fix table exhausted)
namespace Global(N);
pol constant L1;
Expand Down

0 comments on commit 51087f4

Please sign in to comment.