Skip to content

Commit

Permalink
Fixed omission
Browse files Browse the repository at this point in the history
  • Loading branch information
teschlg committed Jun 27, 2024
1 parent 3940062 commit acbd89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The tools contained are:
* number theory: sqrt modulo primes, crt, continued fractions, etc.
* primes: Sieve of Erathostenes, primality tests
* solvers for discrete logarithms (naive, Pollard rho, Shanks baby step/giant step, index calculus, quadratic sieve)
* integer factorization (Pollard p-1, Lentra's ECM, Dixon, basic quadratic sieve)
* integer factorization (Fermat, Pollard p-1, Lentra's ECM, Dixon, basic quadratic sieve)
* linear algebra: Hermite normal form, Gram-Schmidt
* lattices: Babai rounding/nearest plane, lattice reduction

Expand Down

0 comments on commit acbd89d

Please sign in to comment.