Skip to content

Commit

Permalink
fix table module of Fr
Browse files Browse the repository at this point in the history
  • Loading branch information
kilic committed May 13, 2024
1 parent ed4eeb0 commit cd8b36a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/bn256/fr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ impl From<u64> for Fr {
}
}

#[cfg(feature = "bn256-table")]
#[rustfmt::skip]
mod table;
#[cfg(feature = "bn256-table")]
#[cfg(test)]
mod table_tests;

#[cfg(test)]
mod test {

Expand Down

0 comments on commit cd8b36a

Please sign in to comment.