Module arithmetic

Module arithmetic 

Source
Expand description

This module provides a generic interface, constant functions and common arithmetics for big integers.

Modules§

limb
This module contains low-level arithmetic functions for big integer’s limbs.
uint
This module contains the Uint unsigned big integer used for cryptographic applications, altogether with its exact implementations U64 for 64 bits, U128 for 128 bits, and so on.

Traits§

BigInteger
Defines a big integer with a constant length.