import formatting gallois

This commit is contained in:
Christoph J. Scherr 2023-05-18 01:55:21 +02:00
parent 8c9fc9d03c
commit b372e4e659
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,4 @@
#![allow(dead_code)] #![allow(dead_code)]
use num::Integer;
/// calculation in a gallois field /// calculation in a gallois field
/// ///
/// This module contains functions that can be used to calculate things 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 core::fmt;
use num::Integer;
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
#[derive(Debug)] #[derive(Debug)]
/// used when trying to find a root for a number which does not have a root. /// used when trying to find a root for a number which does not have a root.