1bd58d27d73c87b50fae11209adcdef0c07e64f0
haskell-math
running project from CLI
$ ghci -i./src
ghci> :load HaskellMath.hs
algorithms
Modular square roots algorithms
- Tonelli Shanks
primality test algorithms
- Fermat's prime test
- Miller Rabin's prime test
- Solovey Strassen's prime test
factorization algorithms
- Fermat's factorization
- Pollard's p-1
Description
Languages
Haskell
100%