To multiply `BigInteger` we currently first need to convert into `num_bigint::BigInt` and only then perform operations such as multiplication or division. This will simplify some code, e.g. see [here](https://github.com/arkworks-rs/algebra/blob/14fecc77ace08bce4007e0e5fd1417103600ab6b/ec/src/scalar_mul/glv.rs#L28) Based on the discussion in [this thread](https://github.com/arkworks-rs/algebra/pull/644#discussion_r1176874187).