aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 900a2960d8aabc2fd94885c2b15c8c32eb4d84f7 (plain)
1
2
3
4
5
6
7
8
9
10
# ZmodN - A simple library for modular arithmetic

Usage:

1. `#include "zmodn.h"` in your project
2. enjoy

# Development

Run `chmod +x test` and then `./test` to run tests.