summaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/divpoly.py
Commit message (Expand)AuthorAgeFilesLines
* Fix imports.J08nY2024-01-311-0/+6
* Compute mult-by-n map using PARI impl if available.J08nY2024-01-111-41/+55
* Add PARI based divpoly computation.J08nY2024-01-101-12/+51
* Omit y-calculation in divpoly mult-by-n map if unnecessary.J08nY2023-09-211-2/+5
* Fix some deepsource issues.J08nY2023-08-311-9/+10
* Fix docs.J08nY2023-08-291-0/+5
* Add .to_coords to domain params and curve objects.J08nY2023-08-041-1/+3
* Add more docs to divpoly and a perf module.J08nY2023-08-011-6/+9
* Add sagemath test for larg-er divpoly.J08nY2023-08-011-3/+6
* Add multiplication-by-n polynomial computation to divpoly.J08nY2023-08-011-0/+263