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 One
Required Methods
is_one
one
Implementors
Other items in
snarkvm_fields
?
Trait
snarkvm_fields
::
One
[
−
]
[src]
pub trait One:
Sized
{ fn
one
() -> Self;
fn
is_one
(&self) ->
bool
; }
Required methods
[src]
fn
one
() -> Self
[src]
fn
is_one
(&self) ->
bool
Implementors
[src]
impl<P:
Fp6Parameters
>
One
for snarkvm_fields::fp6_2over3::
Fp6
<P>
[src]
impl<P:
Fp6Parameters
>
One
for snarkvm_fields::fp6_3over2::
Fp6
<P>
[src]
impl<P:
Fp2Parameters
>
One
for
Fp2
<P>
[src]
impl<P:
Fp3Parameters
>
One
for
Fp3
<P>
[src]
impl<P:
Fp12Parameters
>
One
for
Fp12
<P>
[src]
impl<P:
Fp256Parameters
>
One
for
Fp256
<P>
[src]
impl<P:
Fp384Parameters
>
One
for
Fp384
<P>
[src]
impl<P:
Fp768Parameters
>
One
for
Fp768
<P>