Docs.rs
snarkvm-fields-0.9.7
snarkvm-fields 0.9.7
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
howardwu
Dependencies
aleo-std ^0.1.15
normal
anyhow ^1.0
normal
derivative ^2
normal
itertools ^0.10.3
normal
num-traits ^0.2
normal
rand ^0.8
normal
rayon ^1
normal
serde ^1.0
normal
snarkvm-utilities ^0.9.7
normal
thiserror ^1.0
normal
Versions
16.67%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Zero
Required Methods
is_zero
zero
Implementors
In snarkvm_fields::traits
?
Trait
snarkvm_fields
::
traits
::
Zero
source
·
[
−
]
pub trait Zero:
Sized
{ fn
zero
() -> Self;
fn
is_zero
(&self) ->
bool
; }
Required Methods
source
fn
zero
() -> Self
source
fn
is_zero
(&self) ->
bool
Implementors
source
impl<P:
Fp6Parameters
>
Zero
for
Fp6
<P>
source
impl<P:
Fp2Parameters
>
Zero
for
Fp2
<P>
source
impl<P:
Fp12Parameters
>
Zero
for
Fp12
<P>
source
impl<P:
Fp256Parameters
>
Zero
for
Fp256
<P>
source
impl<P:
Fp384Parameters
>
Zero
for
Fp384
<P>