Docs.rs
crypto-bigint-0.2.11
crypto-bigint 0.2.11
Docs.rs crate page
Apache-2.0 OR MIT
Links
Repository
crates.io
Source
Owners
tarcieri
github:rustcrypto:crypto-bigint
Dependencies
generic-array ^0.14
normal
rand_core ^0.6
normal
rlp ^0.5
normal
subtle ^2.4
normal
zeroize >=1, <1.5
normal
hex-literal ^0.3
dev
num-bigint ^0.4
dev
num-traits ^0.2
dev
proptest ^1
dev
rand_chacha ^0.3
dev
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Inner
Trait Implementations
From<Limb>
Other items in
crypto_bigint
::
limb
?
Type Definition
crypto_bigint
::
limb
::
Inner
[
−
]
[src]
pub type Inner =
u64
;
This is supported on
64-bit
only.
Expand description
Inner integer type that the
Limb
newtype wraps.
Trait Implementations
[src]
impl
From
<
Limb
> for
Inner
[src]
fn
from
(limb:
Limb
) ->
Inner
Performs the conversion.