Docs.rs
snarkvm-fields-0.7.7
snarkvm-fields 0.7.7
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
howardwu
Dependencies
anyhow ^1.0
normal
bincode ^1.3.3
normal
derivative ^2
normal
rand ^0.8
normal
rand_xorshift ^0.3
normal
serde ^1.0.125
normal
snarkvm-utilities ^0.7.7
normal
thiserror ^1.0
normal
Versions
36.97%
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
☰
Trait Zero
Required Methods
is_zero
zero
Implementors
Other items in
snarkvm_fields
?
Trait
snarkvm_fields
::
Zero
[
−
]
[src]
pub trait Zero:
Sized
{ fn
zero
() -> Self;
fn
is_zero
(&self) ->
bool
; }
Required methods
[src]
fn
zero
() -> Self
[src]
fn
is_zero
(&self) ->
bool
Implementors
[src]
impl<P:
Fp6Parameters
>
Zero
for snarkvm_fields::fp6_2over3::
Fp6
<P>
[src]
impl<P:
Fp6Parameters
>
Zero
for snarkvm_fields::fp6_3over2::
Fp6
<P>
[src]
impl<P:
Fp2Parameters
>
Zero
for
Fp2
<P>
[src]
impl<P:
Fp3Parameters
>
Zero
for
Fp3
<P>
[src]
impl<P:
Fp12Parameters
>
Zero
for
Fp12
<P>
[src]
impl<P:
Fp256Parameters
>
Zero
for
Fp256
<P>
[src]
impl<P:
Fp384Parameters
>
Zero
for
Fp384
<P>
[src]
impl<P:
Fp768Parameters
>
Zero
for
Fp768
<P>