fix use order

This commit is contained in:
Aitor Ruano 2020-01-22 14:53:08 +01:00
parent 13769a8f1b
commit 433cf0a25a
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@ mod share;
use std::collections::HashSet;
pub use share::Share;
use field::GF256;
pub use share::Share;
/// Tuple struct which implements methods to generate shares and recover secrets over a 256 bits Galois Field.
/// Its only parameter is the minimum shares threshold.