From e92dc98020a5e369413ec79eb5a95b27f30a7fa9 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 28 Oct 2022 20:13:42 +0200 Subject: [PATCH] add external ressources used --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a5caa9a..be99beb 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,9 @@ Lancement ```bash $ python3 -m flask --app src/app.py run ``` + +## Ressources utilisés + +- [Rilu](https://github.com/alisinisterra/Rilu) (police) +- [Forge](https://github.com/digitalbazaar/forge) (nombres premiers) +- [bigint-mod-arith](https://github.com/juanelas/bigint-mod-arith) (inverse modulaire)