From 38efc7d2df030d37e3f20efbce71fadad1294cef Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 14 Jan 2025 21:32:09 +0100 Subject: Added BigInt --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 900a296..043b626 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ # ZmodN - A simple library for modular arithmetic +## ZmodN + Usage: 1. `#include "zmodn.h"` in your project 2. enjoy -# Development +## 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. -- cgit v1.3