Trait snarkvm_wasm::Zero[][src]

pub trait Zero {
    pub fn zero() -> Self;
pub fn is_zero(&self) -> bool; }

Required methods

pub fn zero() -> Self[src]

pub fn is_zero(&self) -> bool[src]

Loading content...

Implementations on Foreign Types

impl<P> Zero for GroupProjective<P> where
    P: TEModelParameters
[src]

impl<P> Zero for GroupAffine<P> where
    P: SWModelParameters
[src]

impl<P> Zero for GroupAffine<P> where
    P: TEModelParameters
[src]

impl<P> Zero for GroupProjective<P> where
    P: SWModelParameters
[src]

impl<P> Zero for GroupAffine<P> where
    P: SWModelParameters
[src]

impl<P> Zero for GroupProjective<P> where
    P: SWModelParameters
[src]

Loading content...

Implementors

impl<P> Zero for snarkvm_wasm::fp6_2over3::Fp6<P> where
    P: Fp6Parameters
[src]

impl<P> Zero for snarkvm_wasm::fp6_3over2::Fp6<P> where
    P: Fp6Parameters
[src]

impl<P> Zero for Fp2<P> where
    P: Fp2Parameters
[src]

impl<P> Zero for Fp3<P> where
    P: Fp3Parameters
[src]

impl<P> Zero for Fp12<P> where
    P: Fp12Parameters
[src]

impl<P> Zero for Fp256<P> where
    P: Fp256Parameters
[src]

impl<P> Zero for Fp320<P> where
    P: Fp320Parameters
[src]

impl<P> Zero for Fp384<P> where
    P: Fp384Parameters
[src]

impl<P> Zero for Fp768<P> where
    P: Fp768Parameters
[src]

impl<P> Zero for Fp832<P> where
    P: Fp832Parameters
[src]

Loading content...