crypto_
bigint
0.0.1
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 Aliases
ByteArray
LimbUInt
U1024
U128
U1536
U1792
U192
U2048
U256
U3072
U3584
U384
U4096
U448
U512
U576
U6144
U64
U768
U8192
U896
WideLimbUInt
WideWord
Word
crypto_bigint
Type Alias
LimbUInt
Copy item path
Settings
Help
Summary
Source
pub type LimbUInt =
Word
;
👎
Deprecated since 0.4.8: please use
Word
instead
Expand description
Deprecated: unsigned integer type that the
Limb
newtype wraps.