Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/teschlg/kryptools
Browse files Browse the repository at this point in the history
  • Loading branch information
teschlg committed Jun 28, 2024
2 parents 7d67308 + acbd89d commit d9940e8
Show file tree
Hide file tree
Showing 15 changed files with 341 additions and 138 deletions.
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
Loading

0 comments on commit d9940e8

Please sign in to comment.