diff --git a/src/lib.rs b/src/lib.rs index 6cdf606..bb90775 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -121,7 +121,7 @@ extern crate ring; extern crate serde; #[macro_use] extern crate serde_derive; -extern crate threshold_crypto as crypto; +pub extern crate threshold_crypto as crypto; pub mod agreement; pub mod broadcast;