Docs.rs
zero-crypto-0.1.2
zero-crypto 0.1.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ashWhiteHat
Dependencies
parity-scale-codec ^2
normal
rand_core ^0.6
normal
sp-std ^3.0.0
normal
proptest ^1
dev
rand ^0.8
dev
rand_xorshift ^0.3
dev
Versions
0%
of the crate is documented
This release has been yanked, 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
☰
FieldRepr
Required Associated Constants
LIMBS_LENGTH
Required Methods
to_repr
Implementors
In zero_crypto::behave
?
Trait
zero_crypto
::
behave
::
FieldRepr
source
·
[
−
]
pub trait FieldRepr:
Debug
{ const
LIMBS_LENGTH
:
usize
; fn
to_repr
(self) -> Self; }
Required Associated Constants
§
source
const
LIMBS_LENGTH
:
usize
Required Methods
§
source
fn
to_repr
(self) -> Self
Implementors
§