Struct snarkvm_curves::bw6_761::BW6_761Parameters [−][src]
pub struct BW6_761Parameters;
Trait Implementations
impl BW6Parameters for BW6_761Parameters
[src]
impl BW6Parameters for BW6_761Parameters
[src]const X_IS_NEGATIVE: bool
[src]
const X_IS_NEGATIVE: bool
[src]x
is positive.
type Fp = Fq
type Fp3Params = Fq3Parameters
type Fp6Params = Fq6Parameters
type G1Parameters = BW6_761G1Parameters
type G2Parameters = Bls12_377G2Parameters
const ATE_LOOP_COUNT_1: &'static [u64]
[src]
const ATE_LOOP_COUNT_1_IS_NEGATIVE: bool
[src]
const ATE_LOOP_COUNT_2: &'static [i8]
[src]
const ATE_LOOP_COUNT_2_IS_NEGATIVE: bool
[src]
const TWIST_TYPE: TwistType
[src]
const X: BigInteger
[src]
Auto Trait Implementations
impl RefUnwindSafe for BW6_761Parameters
impl Send for BW6_761Parameters
impl Sync for BW6_761Parameters
impl Unpin for BW6_761Parameters
impl UnwindSafe for BW6_761Parameters
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<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,