aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/context.py
Commit message (Expand)AuthorAgeFilesLines
* Fix LTR multiplier, add affine formula stuff.J08nY2020-02-191-4/+4
* Better textual representations of classes, new notebooks.J08nY2020-02-151-2/+2
* Add the concept of a configuration. Add enumeration of configurations.J08nY2020-02-121-17/+71
* Rework context handling into a tree-based approach.J08nY2020-02-111-128/+45
* Cleanup op parsing.J08nY2020-02-101-12/+4
* Fix type errors, now mypy runs ok.J08nY2020-02-081-4/+4
* Add patter matching module.J08nY2019-11-221-3/+9
* Separate action into formula action.J08nY2019-05-141-16/+27
* More docs and more coverage.J08nY2019-04-241-7/+41
* Exclude some lines from coverage.J08nY2019-04-231-4/+5
* Add proper context management.J08nY2019-04-231-13/+161
* Fix some EFD formulas and their output indices.J08nY2019-03-211-1/+1
* Add Op class.J08nY2019-03-211-7/+4
* Add Montgomery scalar mult.J08nY2019-03-211-5/+11
* Fix basic scalar multipliers.J08nY2019-03-211-6/+3
* Setup EC models, curves, formulas from efd.J08nY2019-03-211-0/+38