Function egcd

Source
pub fn egcd<'a>(
    a: &'a mut BigInt,
    b: &'a mut BigInt,
) -> (BigInt, BigInt, BigInt)