Skip to content

Commit 5ca0dab

Browse files
authored
Merge pull request #26 from TomWambsgans/inc_encoding_public
make `inc_encoding` module public
2 parents b22452d + 6ad42db commit 5ca0dab

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)