Make util module public.

This commit is contained in:
Sean Bowe
2018-05-07 17:47:04 -06:00
parent 3b8246f3eb
commit 36cd38e239

View File

@@ -19,4 +19,4 @@ pub mod pedersen_hash;
pub mod primitives;
pub mod constants;
pub mod redjubjub;
mod util;
pub mod util;