diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
| @@ -1,10 +1,17 @@ | |||
| 1 | # ZmodN - A simple library for modular arithmetic | 1 | # ZmodN - A simple library for modular arithmetic |
| 2 | 2 | ||
| 3 | ## ZmodN | ||
| 4 | |||
| 3 | Usage: | 5 | Usage: |
| 4 | 6 | ||
| 5 | 1. `#include "zmodn.h"` in your project | 7 | 1. `#include "zmodn.h"` in your project |
| 6 | 2. enjoy | 8 | 2. enjoy |
| 7 | 9 | ||
| 8 | # Development | 10 | ## BigInt |
| 11 | |||
| 12 | This repo contains also a class for big integer. Performance are not great, | ||
| 13 | but you have a look at it for educational purposes. | ||
| 14 | |||
| 15 | ## Development | ||
| 9 | 16 | ||
| 10 | Run `chmod +x test` and then `./test` to run tests. | 17 | Run `chmod +x test` and then `./test` to run tests. |
