logo
Expand description

Big integers are represented as an array of smaller CPU word-size integers called “limbs”.

Structs

Big integers are represented as an array of smaller CPU word-size integers called “limbs”.

Constants

Size of the inner integer in bits.

Size of the inner integer in bytes.

Type Definitions

Inner integer type that the Limb newtype wraps.

Wide integer type: double the width of Inner.