Merge pull request #180 from c0gent/c0gent-crypto-pub

Re-export `crypto`.
This commit is contained in:
Andreas Fackler 2018-08-01 19:18:48 +02:00 committed by GitHub
commit 572fa7b028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;