Function mimc7_hash_generic

Source
pub fn mimc7_hash_generic(
    r: &BigInt,
    x_in: &BigInt,
    k: &BigInt,
    n_rounds: i64,
) -> BigInt