Skip to content

Commit

Permalink
add things TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
louisabraham committed Mar 10, 2018
1 parent 60ee775 commit 7f9341f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Elliptic curves
- Generic class for other int implementations
- For Montgomery: [PRAC and safe
Ladder](https://arxiv.org/pdf/1703.01863.pdf)
- Add other curves and formulas from the [Explicit-Formulas
Database](https://hyperelliptic.org/EFD/)?

Other references:
-----------------
Expand Down Expand Up @@ -50,6 +52,14 @@ Factorization algorithms
- Other algorithms from
[primefac](https://pypi.python.org/pypi/primefac)

Other algorithms
================

- Modular square root: Tonelli--Shanks and Cipolla's algorithms
- Algorithms from [E. Bach, J.O. Shallit *Algorithmic Number Theory:
Efficient algorithms* MIT
Press, (1996)](https://mitpress.mit.edu/books/algorithmic-number-theory)

Maybe
=====

Expand Down

0 comments on commit 7f9341f

Please sign in to comment.