Module biguint

Source
Expand description

Infinite precision unsigned integer for substrate runtime.

Structs§

BigUint
Simple wrapper around an infinitely large integer, represented as limbs of Single.

Functions§

add_single
Assumed as a given primitive.
mul_single
Assumed as a given primitive.
split
Splits a Double limb number into a tuple of two Single limb numbers.

Type Aliases§

Double
Representation of two limbs.
Single
Representation of a single limb.