aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 043b62685dba6b72868a5a4f7cb5ca12c1cf0c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ZmodN - A simple library for modular arithmetic

## ZmodN

Usage:

1. `#include "zmodn.h"` in your project
2. 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.