Module bigint
Available on crate feature
mtls only.Expand description
Signed and unsigned big integer types re-exported from
num_bigint.
Structs§
- BigInt
- A big signed integer type.
- BigUint
- A big unsigned integer type.
- Parse
BigInt Error - TryFrom
BigInt Error - The error type returned when a checked conversion regarding big integer fails.
- U32Digits
- An iterator of
u32digits representation of aBigUintorBigInt, ordered least significant digit first. - U64Digits
- An iterator of
u64digits representation of aBigUintorBigInt, ordered least significant digit first.