aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/divpoly.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken.J08nY2025-03-131-4/+5
* Give warning when using slow DCP/divpoly computation.J08nY2024-08-241-0/+3
* Move to function based Mod dispatch.J08nY2024-07-151-4/+4
* Make imports absolute (to allow doctests).J08nY2024-06-011-3/+3
* 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