Function babyjubjub_rs::utils::modinv

source ·
pub fn modinv(a: &BigInt, q: &BigInt) -> Result<BigInt, String>