ayaankhan98 / bigINT

Efficient OpenSource Big Integer(Library) Support for C++
Boost Software License 1.0
6 stars 26 forks source link

feat: Added Multiplication Operator ( * ) overloads. #62

Closed HashirGJ8842 closed 4 years ago

HashirGJ8842 commented 4 years ago

Description of Change

Added Multiplication Operator ( ) Implementation for `largeInt intandlargeInt * int64_t` alongwith tests. Karatsuba Algorithm also fixed correctly.

Checklist