Skip to content

Commit 6ad42db

Browse files
committed
make inc_encoding module public
1 parent b22452d commit 6ad42db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub(crate) type PackedF = <F as Field>::Packing;
1616

1717
pub(crate) mod array;
1818
pub(crate) mod hypercube;
19-
pub(crate) mod inc_encoding;
19+
pub mod inc_encoding;
2020
pub mod serialization;
2121
pub mod signature;
2222
pub(crate) mod simd_utils;

0 commit comments

Comments
 (0)