...used in Decryption process. It has many inbuilt functions...
big_lcm(bigint, bigint) - Lowest Common Multiple function (LCM) It takes two bigint as arguments and return type is alsobigint, returns the lcm of both as bigint. cout << big_lcm(a, b) << std::endl;//Output : 3