-
Notifications
You must be signed in to change notification settings - Fork 0
JunLaw/Fermat-Miller-Rabin-Algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PROJET MENÉ PAR DOUBI DYLAN, RAKOTOMANGA ANDRIANINA, SY CHÉRIF AMANATOULHA Le projet est séparé en deux partie : Fermat et Miller Rabin. pour compiler Fermat : gcc -c func.c func.h Fermat.c -lgmp gcc func.o Fermat.o -o Fermat -lgmp pour executer Fermat : ./Fermat 10 787 premier argument : nombre de répétition. deuxième argument : nombre à tester pour compiler Miller-Rabin: gcc -c func.c func.h Miller_Rabin.c -lgmp gcc func.o Miller_Rabin.o -o Miller_Rabin -lgmp pour executer Miller-Rabin ./Miller_Rabin 10 787 premier argument : nombre de répétition. deuxième argument : nombre à tester
About
A fermat and Miller-Rabin Primality test Algorithm
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published