BIG_MUL

Multiplies two array of large integers. To handle larger integers (> 64bytes), the provided source code can be modified to accept string argument rather than integer type; Augmenting memory size should be reallocated often to prevent an overflow.

Author: Michael Saviour

Repo: https://github.com/saviour623/Big_Mul