From b372e4e659306085eef2348b2d9b017d5612b799 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 18 May 2023 01:55:21 +0200 Subject: [PATCH] import formatting gallois --- src/math/gallois.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.