pub struct MontgomeryBackendPrimeField<M, const NUM_LIMBS: usize> { /* private fields */ }

Implementations§

source§

impl<M, const NUM_LIMBS: usize> MontgomeryBackendPrimeField<M, NUM_LIMBS>where M: IsModulus<UnsignedInteger<NUM_LIMBS>>,

source

pub const R2: UnsignedInteger<NUM_LIMBS> = _

source

pub const MU: u64 = _

source

pub const ZERO: UnsignedInteger<NUM_LIMBS> = _

source

pub const ONE: UnsignedInteger<NUM_LIMBS> = _

Trait Implementations§

source§

impl<M: Clone, const NUM_LIMBS: usize> Clone for MontgomeryBackendPrimeField<M, NUM_LIMBS>

source§

fn clone(&self) -> MontgomeryBackendPrimeField<M, NUM_LIMBS>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<M: Debug, const NUM_LIMBS: usize> Debug for MontgomeryBackendPrimeField<M, NUM_LIMBS>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<M: Hash, const NUM_LIMBS: usize> Hash for MontgomeryBackendPrimeField<M, NUM_LIMBS>

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl<M, const NUM_LIMBS: usize> IsField for MontgomeryBackendPrimeField<M, NUM_LIMBS>where M: IsModulus<UnsignedInteger<NUM_LIMBS>> + Clone + Debug,

§

type BaseType = UnsignedInteger<NUM_LIMBS>

The underlying base type for representing elements from the field.
source§

fn add(a: &Self::BaseType, b: &Self::BaseType) -> Self::BaseType

Returns the sum of a and b.
source§

fn mul(a: &Self::BaseType, b: &Self::BaseType) -> Self::BaseType

Returns the multiplication of a and b.
source§

fn square(a: &UnsignedInteger<NUM_LIMBS>) -> UnsignedInteger<NUM_LIMBS>

Returns the multiplication of a and a.
source§

fn sub(a: &Self::BaseType, b: &Self::BaseType) -> Self::BaseType

Returns the subtraction of a and b.
source§

fn neg(a: &Self::BaseType) -> Self::BaseType

Returns the additive inverse of a.
source§

fn inv(a: &Self::BaseType) -> Self::BaseType

Returns the multiplicative inverse of a.
source§

fn div(a: &Self::BaseType, b: &Self::BaseType) -> Self::BaseType

Returns the division of a and b.
source§

fn eq(a: &Self::BaseType, b: &Self::BaseType) -> bool

Returns a boolean indicating whether a and b are equal or not.
source§

fn zero() -> Self::BaseType

Returns the additive neutral element.
source§

fn one() -> Self::BaseType

Returns the multiplicative neutral element.
source§

fn from_u64(x: u64) -> Self::BaseType

Returns the element x * 1 where 1 is the multiplicative neutral element.
source§

fn from_base_type(x: Self::BaseType) -> Self::BaseType

Takes as input an element of BaseType and returns the internal representation of that element in the field.
source§

fn pow<T>(a: &Self::BaseType, exponent: T) -> Self::BaseTypewhere T: IsUnsignedInteger,

source§

impl<M, const NUM_LIMBS: usize> IsPrimeField for MontgomeryBackendPrimeField<M, NUM_LIMBS>where M: IsModulus<UnsignedInteger<NUM_LIMBS>> + Clone + Debug,

§

type RepresentativeType = <MontgomeryBackendPrimeField<M, NUM_LIMBS> as IsField>::BaseType

source§

fn representative(x: &Self::BaseType) -> Self::RepresentativeType

Returns the integer representative in the range [0, p-1], where p the modulus
source§

fn field_bit_size() -> usize

Returns the number of bits of the max element of the field, as per field documentation, not internal representation. This is log2(max FE) rounded up
source§

fn from_hex(hex_string: &str) -> Result<Self::BaseType, CreationError>

Creates a BaseType from a Hex String 0x is optional Returns an CreationError::InvalidHexStringif the value is not a hexstring
source§

fn modulus_minus_one() -> Self::RepresentativeType

source§

fn legendre_symbol(a: &Self::BaseType) -> LegendreSymbol

source§

fn sqrt(a: &Self::BaseType) -> Option<(Self::BaseType, Self::BaseType)>

Returns the two square roots of self if they exist and None otherwise
source§

impl<M: Copy, const NUM_LIMBS: usize> Copy for MontgomeryBackendPrimeField<M, NUM_LIMBS>

Auto Trait Implementations§

§

impl<M, const NUM_LIMBS: usize> RefUnwindSafe for MontgomeryBackendPrimeField<M, NUM_LIMBS>where M: RefUnwindSafe,

§

impl<M, const NUM_LIMBS: usize> Send for MontgomeryBackendPrimeField<M, NUM_LIMBS>where M: Send,

§

impl<M, const NUM_LIMBS: usize> Sync for MontgomeryBackendPrimeField<M, NUM_LIMBS>where M: Sync,

§

impl<M, const NUM_LIMBS: usize> Unpin for MontgomeryBackendPrimeField<M, NUM_LIMBS>where M: Unpin,

§

impl<M, const NUM_LIMBS: usize> UnwindSafe for MontgomeryBackendPrimeField<M, NUM_LIMBS>where M: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.