Module crypto_bigint::limb[][src]

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

BIT_SIZE64-bit

Size of the inner integer in bits.

BYTE_SIZE64-bit

Size of the inner integer in bytes.

Type Definitions

Inner64-bit

Inner integer type that the Limb newtype wraps.

Wide64-bit

Wide integer type: double the width of Inner.