crypto_
bigint
0.0.1
Word
Trait Implementations
From<Limb>
In crate crypto_
bigint
crypto_bigint
Type Alias
Word
Copy item path
Source
pub type Word =
u64
;
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.