aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/formula.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Integrate formula expansion.J08nY2023-12-051-546/+0
* Fix assumption eval.J08nY2023-11-071-2/+2
* Make multiplier reprs more concise.J08nY2023-10-161-0/+3
* Make stuff picklable.J08nY2023-10-141-3/+23
* Cache sympify results to speedup formula exec.J08nY2023-10-061-1/+2
* Add references to docs.J08nY2023-08-281-1/+1
* Fix filename for formula code.J08nY2023-08-081-1/+1
* Move away from pkg_resources.J08nY2023-08-081-8/+8
* Add ZVP formula unroll.J08nY2023-07-291-0/+1
* Move to better hash implementations.J08nY2023-07-281-1/+1
* Tiny performance improvements.J08nY2023-07-241-4/+4
* Process OpResults better.J08nY2023-07-241-7/+12
* Apply leakage model to execution tree.J08nY2023-07-241-1/+6
* 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