pub struct GF107 {}Trait Implementations§
Source§impl PrimeField for GF107
impl PrimeField for GF107
Source§const CHARACTERISTIC: u8 = 107u8
const CHARACTERISTIC: u8 = 107u8
The characteristic of this field, a prime. Read more
Source§const DIVISION_TABLE: [u8; 256]
const DIVISION_TABLE: [u8; 256]
A map of multiplicative inverses for this field.
Source§const zero: PrimeFieldElt<Self> = _
const zero: PrimeFieldElt<Self> = _
The zero element of the field.
Source§const one: PrimeFieldElt<Self> = _
const one: PrimeFieldElt<Self> = _
The multiplicative unit of the field.
Source§fn elts() -> Scan<Range<u8>, PrimeFieldElt<Self>, fn(&mut PrimeFieldElt<Self>, u8) -> Option<PrimeFieldElt<Self>>>
fn elts() -> Scan<Range<u8>, PrimeFieldElt<Self>, fn(&mut PrimeFieldElt<Self>, u8) -> Option<PrimeFieldElt<Self>>>
An iterator over the p elements of this field.
impl Copy for GF107
Auto Trait Implementations§
impl Freeze for GF107
impl RefUnwindSafe for GF107
impl Send for GF107
impl Sync for GF107
impl Unpin for GF107
impl UnwindSafe for GF107
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more