diff --git a/src/lib.rs b/src/lib.rs index 2da43c8..13ce4b1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.