Docs.rs
snarkvm-console-algorithms-0.9.13
snarkvm-console-algorithms 0.9.13
Docs.rs crate page
GPL-3.0
Links
crates.io
Source
Owners
howardwu
Dependencies
blake2s_simd ^1.0
normal
smallvec ^1.10
normal
snarkvm-console-types ^0.9.13
normal
snarkvm-fields ^0.9.13
normal
snarkvm-utilities ^0.9.13
normal
criterion ^0.4.0
dev
expect-test ^1.2
dev
hex ^0.4
dev
serde ^1.0
dev
serde_json ^1.0
dev
Versions
83.33%
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
☰
CheckedPow
Required Methods
checked_pow
Implementations on Foreign Types
i128
i16
i32
i64
i8
u128
u16
u32
u64
u8
Implementors
In snarkvm_console_algorithms::environment::traits::integers
?
Trait
snarkvm_console_algorithms
::
environment
::
traits
::
integers
::
CheckedPow
[
−
]
pub trait CheckedPow:
Sized
{ // Required method fn
checked_pow
(&self, v: &
u32
) ->
Option
<Self>; }
Required Methods
§
fn
checked_pow
(&self, v: &
u32
) ->
Option
<Self>
Implementations on Foreign Types
§
§
impl
CheckedPow
for
u16
§
fn
checked_pow
(&self, v: &
u32
) ->
Option
<
u16
>
§
impl
CheckedPow
for
i128
§
fn
checked_pow
(&self, v: &
u32
) ->
Option
<
i128
>
§
impl
CheckedPow
for
i16
§
fn
checked_pow
(&self, v: &
u32
) ->
Option
<
i16
>
§
impl
CheckedPow
for
u64
§
fn
checked_pow
(&self, v: &
u32
) ->
Option
<
u64
>
§
impl
CheckedPow
for
u128
§
fn
checked_pow
(&self, v: &
u32
) ->
Option
<
u128
>
§
impl
CheckedPow
for
u32
§
fn
checked_pow
(&self, v: &
u32
) ->
Option
<
u32
>
§
impl
CheckedPow
for
i8
§
fn
checked_pow
(&self, v: &
u32
) ->
Option
<
i8
>
§
impl
CheckedPow
for
u8
§
fn
checked_pow
(&self, v: &
u32
) ->
Option
<
u8
>
§
impl
CheckedPow
for
i64
§
fn
checked_pow
(&self, v: &
u32
) ->
Option
<
i64
>
§
impl
CheckedPow
for
i32
§
fn
checked_pow
(&self, v: &
u32
) ->
Option
<
i32
>
Implementors
§