fermat
There are 32 repositories under fermat topic.
JordanRL/Fermat
A library providing math and statistics operations for numbers of arbitrary size.
vittorioPiotti/FermatAndRSA-Java
Soluzione software in Java che genera e salva su file i numeri primi con algoritmo di Fermat e algoritmo di crittografia RSA
ralaruri/p_median_python
Solving P-median problem using python comparing results to ArcGIS Pro
ramesaliyev/facty
Integer Factorization Approaches with JavaScript
daedalus/math
misc scripts
d4rkvaibhav/Fermat-Factorization
Fermat factors in python with explanation and a example.
MakisChristou/primerug
A prime k-tuple finder based on the rug crate.
HHogg/sysplot
A library that systematically generates a plane for plotting shapes, with a variety of algorithms to choose from.
yzoz/python-asymmetric-cryptography
Python public-key encryption / decryption (simple RSA implementation example)
matiboux/epita-s6-fmsi
[EPITA] Projet FMSI sur RSA
Niweera/fermatslibrary
A repository of programs to prove or disprove the things said in Fermat's Library.
sauternic/Primzahlen-Suchen-Fermat-Lagrange-WinForms-V2.1.0
Primzahlen Suchen mit den Formeln der Mathematiker: - Pierre de Fermat und - Joseph-Louis Lagrange
hahaslav/Integer
Very long integer class and some methods for it
reihan35/1RE01_PRIMALITY_TEST_MINI_PROJECT
Applied Fermat's therory for a primality test for school (freshman year)
saunack/Cryptography-using-ECC-and-RSA-over-polynomial-and-prime-fields
Used algorithms for prime generation/check (Fermat's test and Miler Rabin's test) to implement discrete logarithm (BSGS), and inverse and exponentiation (Extended Euclid's algorithm). Refer to readme.txt for more details.
tanhtm/RSA
RSA
aibhnebreathnach/homers-last-theorem
How to solve the most infamous mathematical problem in history, the Homer Simpson way!
david-git-acc/fermat_work
This repository contains my animation and diagrams on the equation a^n + b^n = c^n.
EwoPhoby/Prime
Implémentation en C du test de Fermat et du test de Miller-Rabin en utilisant la librairie GMP
jirigav/Primality-tests
Trial division, Fermat, Miller-Rabin, Solovay–Strassen and Lucas primality tests
ojoaosoares/Fermat-Factorization
Fermat's factorization method
parkerdgabel/fermat
Fermat is a simple, native number theory library for Clojurescript.
devssh/SCACO
Final Year Project 2016 http://www.indjst.org/index.php/indjst/article/view/102112
haffla/BigInt-RSA
Toy implementation of RSA using self made BigInteger classes
icarter09/FermatNumbers
A simple JS program to find Fermat numbers.
sauternic/Primzahlen-Suchen-Fermat
Primzahlen Suchen mit der Formel des Mathematiker Pierre de Fermat.
sauternic/Primzahlen-Suchen-Fermat-WinForms_V1.0.0
Primzahlen Suchen mit der Formel des Mathematiker Pierre de Fermat. (WinForms)
sauternic/Primzahlen-Suchen-Fermat-WinForms_V2.0.0
Primzahlen Suchen mit der Formel des Mathematiker Pierre de Fermat. (WinForms)
shehio/prime-study
From Fermat to Reimann
vatsalagrawal6991/Fermat-Method-Primality-Testing
Primality Testing Using Fermat Method by using random module and a help to produce a some random type of function in comments