☰
LimbUInt
LimbUInt
Trait Implementations
From<Limb>
In crypto_bigint
Modules
consts
prelude
Macros
nlimbs
Structs
Checked
Limb
NonZero
UInt
Wrapping
Traits
AddMod
ArrayDecoding
ArrayEncoding
CheckedAdd
CheckedMul
CheckedSub
Concat
Encoding
Integer
MulMod
NegMod
Random
RandomMod
Split
SubMod
Zero
Type Definitions
ByteArray
LimbUInt
U1024
U128
U1536
U1792
U192
U2048
U256
U3072
U3584
U384
U4096
U448
U512
U6144
U64
U768
U8192
U896
WideLimbUInt
?
Type Definition
crypto_bigint
::
LimbUInt
source
·
[
−
]
pub type LimbUInt =
u64
;
Expand description
Unsigned integer type that the
Limb
newtype wraps.
Trait Implementations
§
source
§
impl
From
<
Limb
> for
LimbUInt
source
§
fn
from
(limb:
Limb
) ->
LimbUInt
Converts to this type from the input type.