Module tp_runtime::biguint[][src]

Re-export big_uint stuff. Infinite precision unsigned integer for tetcore 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 Definitions

Double

Representation of two limbs.

Single

Representation of a single limb.