import formatting gallois
This commit is contained in:
parent
8c9fc9d03c
commit
b372e4e659
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue