A small C++ bignum library. Uses only C++ elements.
You can compile with N_MT to use multithread adding and multiplication - Uses https://github.com/progschj/ThreadPool
You can compile with N_SMALLVECTOR to use a stack vector for small numbers instead of std::vector - Uses https://github.com/thelink2012/SmallVector