pub fn bigint_to_biguint_f(input: BigInt, f_bi: &BigInt) -> BigUint
Expand description

Interprets bigint input as an element of a field modulo f_bi, converts it to [0,f_bi) range, and outptus a corresponding biguint representation.