aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/formula.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add unified parameter to formulas that are strongly unified.J08nY2020-02-211-0/+4
* Better textual representations of classes, new notebooks.J08nY2020-02-151-0/+6
* Add the concept of a configuration. Add enumeration of configurations.J08nY2020-02-121-5/+10
* Rework context handling into a tree-based approach.J08nY2020-02-111-6/+117
* Fix style errors.J08nY2020-02-081-2/+5
* Add support for PicoScope scopes, sketch out scope interface.J08nY2020-02-041-1/+28
* Fix op parsing.J08nY2019-12-231-0/+8
* Refactor ScalarMult.J08nY2019-12-221-2/+4
* More utility to formulas.J08nY2019-11-291-4/+31
* More docs and more coverage.J08nY2019-04-241-0/+7
* Add proper context management.J08nY2019-04-231-2/+7
* Fix some EFD formulas and their output indices.J08nY2019-03-211-0/+4
* Separate formula code into EFD class.J08nY2019-03-211-31/+60
* Add Op class.J08nY2019-03-211-2/+5
* Add Corons SPA resistant scalar mult. Add some TODOs.J08nY2019-03-211-0/+2
* Fix ladder multipliers.J08nY2019-03-211-0/+8
* Add negation formulas to EFD.J08nY2019-03-211-0/+5
* Abstract out EFD from classes.J08nY2019-03-211-1/+1
* Add Montgomery scalar mult.J08nY2019-03-211-6/+22
* Setup EC models, curves, formulas from efd.J08nY2019-03-211-2/+4
* Start EC package, add data from Explicit-Formulas Database.J08nY2019-03-211-0/+65