Functionsยง
- bignum_
from_ string - @brief given a string that represents a BigNum, convert into a BigUint
- bn_
instance_ from_ string - @brief Compute noir code for a bignum::BigNumInstance given a modulus String
- bn_
limbs - @brief Compute noir code for an array of 120-bit limbs that represents a BigNum object
- bn_
limbs_ from_ string - @brief Compute noir code for an array of 120-bit limbs that represents a BigNum object
- bn_
runtime_ instance - @brief Compute noir code for a runtime_bignum::BigNumInstance given a modulus String
- bn_
runtime_ instance_ from_ string - @brief Compute noir code for a runtime_bignum::BigNumInstance given a modulus String
- compute_
barrett_ reduction_ parameter - @brief compute the reduction parameter used in Barrett reduction redc param = 2 * ceil(log2(modulus)) _______________________ modulus
- compute_
double_ modulus - redc_
limbs - @brief Compute noir code for an array of 120-bit limbs that represents a Barrett reduction parameter
- redc_
limbs_ from_ string - @brief Compute noir code for an array of 120-bit limbs that represents a Barrett reduction parameter
- split_
into_ 60_ bit_ limbs - @brief split a BigUint into a vector of 60-bit slices
- split_
into_ 120_ bit_ limbs - @brief split a BigUint into a vector of 120-bit slices