aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/op.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of formulas with unary negation.J08nY2020-02-201-7/+13
|
* Rework context handling into a tree-based approach.J08nY2020-02-111-0/+11
|
* Cleanup op parsing.J08nY2020-02-101-15/+43
|
* Fix type errors, now mypy runs ok.J08nY2020-02-081-4/+4
|
* Fix op parsing.J08nY2019-12-231-0/+3
|
* Refactor ScalarMult.J08nY2019-12-221-8/+2
|
* More utility to formulas.J08nY2019-11-291-2/+32
|
* More docs and more coverage.J08nY2019-04-241-2/+3
|
* Add proper context management.J08nY2019-04-231-2/+7
|
* Add conversion to and from affine points.J08nY2019-03-211-1/+7
|
* Add Op class.J08nY2019-03-211-0/+38