Docs.rs
crypto-bigint-0.5.5
crypto-bigint 0.5.5
Docs.rs crate page
Apache-2.0 OR MIT
Links
Repository
crates.io
Source
Owners
tarcieri
github:rustcrypto:crypto-bigint
Dependencies
der ^0.7
normal
generic-array ^0.14
normal
rand_core ^0.6.4
normal
rlp ^0.5
normal
serdect ^0.2
normal
subtle ^2.4
normal
zeroize ^1
normal
bincode ^1
dev
criterion ^0.5
dev
hex-literal ^0.4
dev
num-bigint ^0.4
dev
num-integer ^0.1
dev
num-traits ^0.2
dev
proptest ^1
dev
rand_chacha ^0.3
dev
rand_core ^0.6
dev
Versions
100%
of the crate is documented
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
☰
crypto_bigint
0.5.5
Word
Trait Implementations
From<Limb>
In crate crypto_bigint
?
Type Alias
crypto_bigint
::
Word
source
·
[
−
]
pub type Word =
u64
;
Available on
64-bit
only.
Expand description
Unsigned integer type that the
Limb
newtype wraps.
Trait Implementations
§
source
§
impl
From
<
Limb
> for
Word
source
§
fn
from
(limb:
Limb
) ->
Word
Converts to this type from the input type.