Trait crypto_bigint::Zero [−][src]
pub trait Zero: ConstantTimeEq + Sized {
const ZERO: Self;
fn is_zero(&self) -> Choice { ... }
}
Expand description
Zero values.
pub trait Zero: ConstantTimeEq + Sized {
const ZERO: Self;
fn is_zero(&self) -> Choice { ... }
}
Zero values.