Docs.rs
crypto-bigint-0.6.1
crypto-bigint 0.6.1
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
optional
hybrid-array ^0.2
normal
optional
num-traits ^0.2.19
normal
rand_core ^0.6.4
normal
optional
rlp ^0.6
normal
optional
serdect ^0.3
normal
optional
subtle ^2.6
normal
zeroize ^1
normal
optional
bincode ^1
dev
criterion ^0.5
dev
hex-literal ^0.4
dev
num-bigint ^0.4
dev
num-integer ^0.1
dev
num-modular ^0.6
dev
proptest ^1.5
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
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
crypto_
bigint
0.6.1
Wide
Word
Trait Implementations
From<Limb>
In crate crypto_
bigint
crypto_bigint
Type Alias
WideWord
Copy item path
Source
pub type WideWord =
u64
;
Expand description
Unsigned wide integer type: double the width of
Word
.
Trait Implementations
§
Source
§
impl
From
<
Limb
> for
WideWord
Source
§
fn
from
(limb:
Limb
) ->
WideWord
Converts to this type from the input type.