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