20 lines
314 B
Markdown
20 lines
314 B
Markdown
# haskell-math
|
|
|
|
## Modular square roots algorithms
|
|
|
|
### Tonelli Shanks
|
|
file: `TonelliShanks.hs`
|
|
|
|
## primality test algorithms
|
|
|
|
### Fermat's prime test
|
|
file: `fermat-prime-test.hs`
|
|
|
|
## factorization algorithms
|
|
|
|
### Fermat's factorization
|
|
file: `fermat-factorization.hs`
|
|
|
|
### Pollard's p-1
|
|
file: `PollardPminus1.hs`
|