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
Uintunsigned big integer used for cryptographic applications, altogether with its exact implementationsU64for 64 bits,U128for 128 bits, and so on.
Traits§
- BigInteger
- Defines a big integer with a constant length.