Re-export `crypto`.

This commit is contained in:
c0gent 2018-08-01 09:56:36 -07:00
parent 7c66ef06ee
commit affa0eee37
No known key found for this signature in database
GPG Key ID: 9CC25E71A743E892
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,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;