pub struct GF43 {}Trait Implementations§
impl Copy for GF43
Source§impl PrimeField for GF43
impl PrimeField for GF43
Source§const CHARACTERISTIC: u8 = 43
const CHARACTERISTIC: u8 = 43
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.
Auto Trait Implementations§
impl Freeze for GF43
impl RefUnwindSafe for GF43
impl Send for GF43
impl Sync for GF43
impl Unpin for GF43
impl UnsafeUnpin for GF43
impl UnwindSafe for GF43
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