#include <crypt/BigInt64.hpp> int main(){ BigInt n(324236528734ULL); std::cout << n.hexString() << "\n"; }