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