aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/mod
Commit message (Expand)AuthorAgeFilesLines
* refactor: remove unused importsdeepsource-autofix[bot]2025-10-032-2/+2
* Ignore some mypy issues.J08nY2025-09-021-5/+5
* More specific Mod annotations.J08nY2025-03-314-29/+35
* Fix recursion, really.J08nY2025-03-301-1/+1
* Avoid infinite recursion.J08nY2025-03-301-2/+0
* Fix mods.J08nY2025-03-293-12/+12
* Add cube roots to other mod impls.J08nY2025-03-294-131/+136
* Add equality check via homogenity.J08nY2025-03-283-3/+119
* Allow Mod formatting.J08nY2025-03-201-0/+3
* Solve Flint exception.J08nY2025-03-181-1/+2
* More ladder multipliers.J08nY2024-08-281-4/+7
* Better print in perf.J08nY2024-07-161-4/+10
* Fix pow in Mod.J08nY2024-07-166-20/+8
* Do not ABC the Mod.J08nY2024-07-151-2/+1
* Move to function based Mod dispatch.J08nY2024-07-156-40/+34
* Fix feature flag imports in perf.J08nY2024-07-151-0/+7
* Split mod to a package.J08nY2024-07-156-0/+1029