summaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/formula.py
Commit message (Expand)AuthorAgeFilesLines
* Only validate assumptions if there are any.J08nY2023-02-131-1/+2
* Cache unparsed assumptions in formula.J08nY2023-02-121-2/+7
* Get rid of getcontext/setcontext functions.J08nY2023-02-121-7/+6
* Fix docstyle and some DeepSource warnings.J08nY2023-02-081-6/+6
* Fix formula execution with sympy 1.9.1.J08nY2021-11-261-2/+2
* Fix working with SymbolicMods in formulas.J08nY2021-11-261-1/+4
* Add reproducer for issue #14.J08nY2021-05-201-1/+2
* Handle fully symbolic assumptions.J08nY2021-05-201-1/+13
* More DeepSource fixes.J08nY2021-04-241-1/+1
* Make docstring style changes as per pydocstyle.J08nY2021-04-111-25/+25
* Implement fixes from DeepSource.J08nY2021-04-101-16/+11
* Use black.J08nY2021-04-101-17/+61
* Better parsing of "end of line"Davide Alessio2021-02-121-3/+2
* The big documentation patch.J08nY2021-01-201-0/+19
* Introduce explicit field argument to formula calls.J08nY2021-01-191-9/+17
* Resolve out rationals introduced by SymPy.J08nY2021-01-061-12/+34
* Fixup the packaging, put cfg into a proper subpackage.J08nY2020-12-261-1/+1
* Make certain aspects of the library configurable.J08nY2020-12-171-3/+6
* Fix pollution of formula variables by ints and subsequent float results.J08nY2020-12-171-2/+11
* Handle formula assumptions.J08nY2020-12-171-12/+61
* Minor fixes: formula handling in context, welch_ttest, HDF5TraceSet filename.J08nY2020-07-101-6/+6
* Add random generation of points, speedup computation.J08nY2020-07-011-9/+11
* Add a way for actions to have a result.J08nY2020-06-131-5/+6
* 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