add external ressources used
This commit is contained in:
parent
b6823521fb
commit
e92dc98020
1 changed files with 6 additions and 0 deletions
|
@ -15,3 +15,9 @@ Lancement
|
||||||
```bash
|
```bash
|
||||||
$ python3 -m flask --app src/app.py run
|
$ 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)
|
||||||
|
|
Reference in a new issue