ZmodN - A simple library for modular arithmetic
ZmodN
Usage:
#include "zmodn.h"
in your project- enjoy
BigInt
This repo contains also a class for big integer. Performance are not great, but you have a look at it for educational purposes.
Development
Run chmod +x test
and then ./test
to run tests.