diff --git a/src/math/gallois.rs b/src/math/gallois.rs index ff608af..b58c7f2 100644 --- a/src/math/gallois.rs +++ b/src/math/gallois.rs @@ -1,6 +1,4 @@ #![allow(dead_code)] -use num::Integer; - /// calculation in a gallois field /// /// This module contains functions that can be used to calculate things in a gallois field @@ -13,6 +11,8 @@ use crate::math::modexp; use core::fmt; +use num::Integer; + /////////////////////////////////////////////////////////////////////////////////////////////////// #[derive(Debug)] /// used when trying to find a root for a number which does not have a root.