fix use order
This commit is contained in:
parent
13769a8f1b
commit
433cf0a25a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue