Skip to content

Commit

Permalink
Add int_roundings to enabled lib features.
Browse files Browse the repository at this point in the history
  • Loading branch information
alonh5 committed Feb 29, 2024
1 parent 414add7 commit 39ddfa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
new_uninit,
slice_group_by,
stdsimd,
get_many_mut
get_many_mut,
int_roundings
)]
pub mod commitment_scheme;
pub mod core;
Expand Down

0 comments on commit 39ddfa7

Please sign in to comment.