Skip to content

Commit

Permalink
Make num mod public
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayKostadinov21 committed Apr 15, 2024
1 parent 9df6a9d commit c18251f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2x/core/src/frontend/uint/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub mod uint32;
pub mod uint512;
pub mod uint64;

pub(crate) mod num;
pub mod num;

mod uint32_n;

Expand Down

0 comments on commit c18251f

Please sign in to comment.