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