Docs.rs
twenty-first-0.1.0
twenty-first 0.1.0
Docs.rs crate page
GPL-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
dan-da
jan-ferdinand
Sword-Smith
aszepieniec
Dependencies
anyhow ^1.0
normal
bincode ^1.3
normal
blake3 ^1.2
normal
byteorder ^1.4
normal
colored ^2.0
normal
console ^0
normal
hashbrown ^0.12
normal
itertools ^0.10
normal
nom ^7.1
normal
num-bigint ^0.4
normal
num-traits ^0.2
normal
parity-scale-codec ^3
normal
paw ^1.0
normal
phf ^0.10
normal
primitive-types ^0.11
normal
rand ^0.8
normal
rand_chacha ^0
normal
rand_core ^0
normal
rand_distr ^0.4
normal
rand_pcg ^0.3
normal
rayon ^1.5
normal
ring ^0.16
normal
rusty-leveldb ^1
normal
serde ^1.0
normal
serde-big-array ^0
normal
serde_derive ^1
normal
serde_json ^1.0
normal
serde_with ^1
normal
structopt ^0.3
normal
cargo-husky ^1
dev
criterion ^0.3
dev
proptest ^1.0
dev
Versions
12.1%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
ModPowU64
Required Methods
mod_pow_u64
Implementors
In twenty_first::shared_math::traits
?
Trait
twenty_first
::
shared_math
::
traits
::
ModPowU64
source
·
[
−
]
pub trait ModPowU64 { fn
mod_pow_u64
(&self, pow:
u64
) -> Self; }
Required Methods
source
fn
mod_pow_u64
(&self, pow:
u64
) -> Self
Implementors
source
impl
ModPowU64
for
BFieldElement
source
impl
ModPowU64
for
PrimeFieldElementFlexible
source
impl
ModPowU64
for
XFieldElement