BigInteger
This is a c++ class made for calculations of arbitrarily large numbers
Getting Started
Compiling
cp BigInteger/SampleDriver/* .
mkdir build
cd build
cmake ..
make
cd ..
Running
./build/bin/sample
Be limited not by the size of your register but by the bulk of your RAM.
C++MIT
This is a c++ class made for calculations of arbitrarily large numbers
cp BigInteger/SampleDriver/* .
mkdir build
cd build
cmake ..
make
cd ..
./build/bin/sample