Struct snarkvm_wasm::Fp768 [−][src]
pub struct Fp768<P>(pub BigInteger768, _)
where
P: Fp768Parameters;
Implementations
impl<P> Fp768<P> where
P: Fp768Parameters, [src]
impl<P> Fp768<P> where
P: Fp768Parameters, [src]pub fn new(element: BigInteger768) -> Fp768<P>[src]
Trait Implementations
impl<'a, P> Add<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]
impl<'a, P> Add<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]impl<'a, P> AddAssign<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]
impl<'a, P> AddAssign<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]pub fn add_assign(&mut self, other: &Fp768<P>)[src]
pub fn add_assign(&mut self, other: &Fp768<P>)[src]Performs the += operation. Read more
impl<P> CanonicalDeserialize for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> CanonicalDeserialize for Fp768<P> where
P: Fp768Parameters, [src]pub fn deserialize<R>(reader: &mut R) -> Result<Fp768<P>, SerializationError> where
R: Read, [src]
pub fn deserialize<R>(reader: &mut R) -> Result<Fp768<P>, SerializationError> where
R: Read, [src]Reads Self from reader.
fn deserialize_uncompressed<R>(
reader: &mut R
) -> Result<Self, SerializationError> where
R: Read, [src]
fn deserialize_uncompressed<R>(
reader: &mut R
) -> Result<Self, SerializationError> where
R: Read, [src]Reads Self from reader without compression.
impl<P> CanonicalDeserializeWithFlags for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> CanonicalDeserializeWithFlags for Fp768<P> where
P: Fp768Parameters, [src]impl<P> CanonicalSerialize for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> CanonicalSerialize for Fp768<P> where
P: Fp768Parameters, [src]pub fn serialize<W>(&self, writer: &mut W) -> Result<(), SerializationError> where
W: Write, [src]
pub fn serialize<W>(&self, writer: &mut W) -> Result<(), SerializationError> where
W: Write, [src]Serializes self into writer.
pub fn serialized_size(&self) -> usize[src]
fn serialize_uncompressed<W>(
&self,
writer: &mut W
) -> Result<(), SerializationError> where
W: Write, [src]
fn serialize_uncompressed<W>(
&self,
writer: &mut W
) -> Result<(), SerializationError> where
W: Write, [src]Serializes self into writer without compression.
fn uncompressed_size(&self) -> usize[src]
impl<P> CanonicalSerializeWithFlags for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> CanonicalSerializeWithFlags for Fp768<P> where
P: Fp768Parameters, [src]pub fn serialize_with_flags<W, F>(
&self,
writer: &mut W,
flags: F
) -> Result<(), SerializationError> where
F: Flags,
W: Write, [src]
pub fn serialize_with_flags<W, F>(
&self,
writer: &mut W,
flags: F
) -> Result<(), SerializationError> where
F: Flags,
W: Write, [src]Serializes self and flags into writer.
impl<P> Clone for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> Clone for Fp768<P> where
P: Fp768Parameters, [src]impl<P> ConstantSerializedSize for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> ConstantSerializedSize for Fp768<P> where
P: Fp768Parameters, [src]impl<P> Debug for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> Debug for Fp768<P> where
P: Fp768Parameters, [src]impl<P> Default for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> Default for Fp768<P> where
P: Fp768Parameters, [src]impl<'de, P> Deserialize<'de> for Fp768<P> where
P: Fp768Parameters, [src]
impl<'de, P> Deserialize<'de> for Fp768<P> where
P: Fp768Parameters, [src]pub fn deserialize<D>(
deserializer: D
) -> Result<Fp768<P>, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>, [src]
pub fn deserialize<D>(
deserializer: D
) -> Result<Fp768<P>, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
impl<P> Display for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> Display for Fp768<P> where
P: Fp768Parameters, [src]impl<'a, P> Div<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]
impl<'a, P> Div<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]impl<'a, P> DivAssign<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]
impl<'a, P> DivAssign<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]pub fn div_assign(&mut self, other: &Fp768<P>)[src]
pub fn div_assign(&mut self, other: &Fp768<P>)[src]Performs the /= operation. Read more
impl<P> Field for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> Field for Fp768<P> where
P: Fp768Parameters, [src]pub fn from_random_bytes_with_flags(bytes: &[u8]) -> Option<(Fp768<P>, u8)>[src]
pub fn from_random_bytes_with_flags(bytes: &[u8]) -> Option<(Fp768<P>, u8)>[src]Returns a field element with an extra sign bit used for group parsing if the set of bytes forms a valid field element, otherwise returns None. This function is primarily intended for sampling random field elements from a hash-function or RNG output. Read more
pub fn double_in_place(&mut self) -> &mut Fp768<P>[src]
pub fn double_in_place(&mut self) -> &mut Fp768<P>[src]Doubles self in place.
pub fn characteristic<'a>() -> &'a [u64]ⓘ[src]
pub fn characteristic<'a>() -> &'a [u64]ⓘ[src]Returns the characteristic of the field.
pub fn square_in_place(&mut self) -> &mut Fp768<P>[src]
pub fn square_in_place(&mut self) -> &mut Fp768<P>[src]Squares self in place.
pub fn inverse(&self) -> Option<Fp768<P>>[src]
pub fn inverse(&self) -> Option<Fp768<P>>[src]Computes the multiplicative inverse of self if self is nonzero.
pub fn inverse_in_place(&mut self) -> Option<&mut Fp768<P>>[src]
pub fn frobenius_map(&mut self, usize)[src]
pub fn frobenius_map(&mut self, usize)[src]Exponentiates this element by a power of the base prime modulus via the Frobenius automorphism. Read more
impl<P> From<u128> for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> From<u128> for Fp768<P> where
P: Fp768Parameters, [src]impl<P> From<u16> for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> From<u16> for Fp768<P> where
P: Fp768Parameters, [src]impl<P> From<u32> for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> From<u32> for Fp768<P> where
P: Fp768Parameters, [src]impl<P> From<u64> for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> From<u64> for Fp768<P> where
P: Fp768Parameters, [src]impl<P> From<u8> for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> From<u8> for Fp768<P> where
P: Fp768Parameters, [src]impl<P> FromBytes for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> FromBytes for Fp768<P> where
P: Fp768Parameters, [src]impl<P> FromStr for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> FromStr for Fp768<P> where
P: Fp768Parameters, [src]impl<P> Hash for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> Hash for Fp768<P> where
P: Fp768Parameters, [src]impl<P> Into<BigInteger768> for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> Into<BigInteger768> for Fp768<P> where
P: Fp768Parameters, [src]pub fn into(self) -> BigInteger768[src]
pub fn into(self) -> BigInteger768[src]Performs the conversion.
impl<'a, P> Mul<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]
impl<'a, P> Mul<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]impl<'a, P> MulAssign<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]
impl<'a, P> MulAssign<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]pub fn mul_assign(&mut self, other: &Fp768<P>)[src]
pub fn mul_assign(&mut self, other: &Fp768<P>)[src]Performs the *= operation. Read more
impl<P> Neg for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> Neg for Fp768<P> where
P: Fp768Parameters, [src]impl<P> One for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> One for Fp768<P> where
P: Fp768Parameters, [src]impl<P> Ord for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> Ord for Fp768<P> where
P: Fp768Parameters, [src]impl<P> PartialEq<Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> PartialEq<Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]impl<P> PartialOrd<Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> PartialOrd<Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]pub fn partial_cmp(&self, other: &Fp768<P>) -> Option<Ordering>[src]
pub fn partial_cmp(&self, other: &Fp768<P>) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl<P> PrimeField for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> PrimeField for Fp768<P> where
P: Fp768Parameters, [src]type BigInteger = BigInteger768
type Parameters = P
pub fn from_repr(r: BigInteger768) -> Option<Fp768<P>>[src]
pub fn from_repr(r: BigInteger768) -> Option<Fp768<P>>[src]Returns a prime field element from its underlying representation.
pub fn into_repr(&self) -> BigInteger768[src]
pub fn into_repr(&self) -> BigInteger768[src]Returns the underlying representation of the prime field element.
pub fn from_repr_raw(r: BigInteger768) -> Fp768<P>[src]
pub fn from_repr_raw(r: BigInteger768) -> Fp768<P>[src]Returns a prime field element from its underlying raw representation.
pub fn into_repr_raw(&self) -> BigInteger768[src]
pub fn into_repr_raw(&self) -> BigInteger768[src]Returns the underlying raw representation of the prime field element.
pub fn multiplicative_generator() -> Fp768<P>[src]
pub fn multiplicative_generator() -> Fp768<P>[src]Returns the multiplicative generator of char() - 1 order.
pub fn root_of_unity() -> Fp768<P>[src]
pub fn root_of_unity() -> Fp768<P>[src]Returns the 2^s root of unity.
pub fn size_in_bits() -> usize[src]
pub fn size_in_bits() -> usize[src]Returns the field size in bits.
pub fn trace() -> BigInteger768[src]
pub fn trace() -> BigInteger768[src]Returns the trace.
pub fn trace_minus_one_div_two() -> BigInteger768[src]
pub fn trace_minus_one_div_two() -> BigInteger768[src]Returns the trace minus one divided by two.
pub fn modulus_minus_one_div_two() -> BigInteger768[src]
pub fn modulus_minus_one_div_two() -> BigInteger768[src]Returns the modulus minus one divided by two.
impl<P> Serialize for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> Serialize for Fp768<P> where
P: Fp768Parameters, [src]pub fn serialize<S>(
&self,
s: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer, [src]
pub fn serialize<S>(
&self,
s: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer, [src]Serialize this value into the given Serde serializer. Read more
impl<P> SquareRootField for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> SquareRootField for Fp768<P> where
P: Fp768Parameters, [src]impl<'a, P> Sub<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]
impl<'a, P> Sub<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]impl<'a, P> SubAssign<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]
impl<'a, P> SubAssign<&'a Fp768<P>> for Fp768<P> where
P: Fp768Parameters, [src]pub fn sub_assign(&mut self, other: &Fp768<P>)[src]
pub fn sub_assign(&mut self, other: &Fp768<P>)[src]Performs the -= operation. Read more
impl<P> ToBytes for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> ToBytes for Fp768<P> where
P: Fp768Parameters, [src]impl<P> Zero for Fp768<P> where
P: Fp768Parameters, [src]
impl<P> Zero for Fp768<P> where
P: Fp768Parameters, [src]impl<P> Copy for Fp768<P> where
P: Fp768Parameters, [src]
P: Fp768Parameters,
impl<P> Eq for Fp768<P> where
P: Fp768Parameters, [src]
P: Fp768Parameters,
Auto Trait Implementations
impl<P> RefUnwindSafe for Fp768<P> where
P: RefUnwindSafe,
P: RefUnwindSafe,
impl<P> Send for Fp768<P>
impl<P> Sync for Fp768<P>
impl<P> Unpin for Fp768<P> where
P: Unpin,
P: Unpin,
impl<P> UnwindSafe for Fp768<P> where
P: UnwindSafe,
P: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
pub fn equivalent(&self, key: &K) -> bool[src]Compare self to key and return true if they are equal.
impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<F> ToConstraintField<F> for F where
F: PrimeField, [src]
impl<F> ToConstraintField<F> for F where
F: PrimeField, [src]pub fn to_field_elements(&self) -> Result<Vec<F, Global>, ConstraintFieldError>[src]
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> UniformRand for T where
Standard: Distribution<T>, [src]
impl<T> UniformRand for T where
Standard: Distribution<T>, [src]impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, pub fn vzip(self) -> V
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,