Lazy-pizza / learning-lisp

A simple lisp code for number theory
MIT License
3 stars 1 forks source link

TODO LIST #1

Open Lazy-pizza opened 5 years ago

Lazy-pizza commented 5 years ago
  1. Implement pollard rho method
  2. implement CRT solver; solver for the system of modulo equation
  3. Implement factorization of polynomial over Z_p
  4. Implement sigma tau and euler totient function
  5. Implement primitive root finder
Lazy-pizza commented 5 years ago
  1. Implement CRT solver is complete.
Lazy-pizza commented 5 years ago
  1. Implement pollard rho method is complete.