BigNum:mul(value)
Update the BigNum value by multiplying it by the argument.
The performance of using
BigNum:mul() is much faster than using the
* operator, since it does not result in creating a new BigNum
variable.