ark_ff

Module biginteger

Source

Modules§

arithmetic

Structs§

BigInt

Traits§

BigInteger
This defines a BigInteger, a smart wrapper around a sequence of u64 limbs, least-significant limb first.

Functions§

signed_mod_reduction
Compute the signed modulo operation on a u64 representation, returning the result. If n % modulus > modulus / 2, return modulus - n

Type Aliases§

BigInteger64
BigInteger128
BigInteger256
BigInteger320
BigInteger384
BigInteger448
BigInteger768
BigInteger832