…or how to multiply really biiiig values Leave alone the algebraic manipulations the multiplication algorithm itself, though intricate and messy at first glance, is not really hard, but first we need to know how to: Convert number from system with base n to binary string Add two binary strings Subtract…