index
:
pyecsca.git
feature/ectester-target
feature/notebooks
master
Python Elliptic Curve Side-Channel Analysis toolkit.
J08nY
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pyecsca
/
ec
/
formula.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integrate formula expansion.
J08nY
2023-12-05
1
-546
/
+0
*
Fix assumption eval.
J08nY
2023-11-07
1
-2
/
+2
*
Make multiplier reprs more concise.
J08nY
2023-10-16
1
-0
/
+3
*
Make stuff picklable.
J08nY
2023-10-14
1
-3
/
+23
*
Cache sympify results to speedup formula exec.
J08nY
2023-10-06
1
-1
/
+2
*
Add references to docs.
J08nY
2023-08-28
1
-1
/
+1
*
Fix filename for formula code.
J08nY
2023-08-08
1
-1
/
+1
*
Move away from pkg_resources.
J08nY
2023-08-08
1
-8
/
+8
*
Add ZVP formula unroll.
J08nY
2023-07-29
1
-0
/
+1
*
Move to better hash implementations.
J08nY
2023-07-28
1
-1
/
+1
*
Tiny performance improvements.
J08nY
2023-07-24
1
-4
/
+4
*
Process OpResults better.
J08nY
2023-07-24
1
-7
/
+12
*
Apply leakage model to execution tree.
J08nY
2023-07-24
1
-1
/
+6
*
Only validate assumptions if there are any.
J08nY
2023-02-13
1
-1
/
+2
*
Cache unparsed assumptions in formula.
J08nY
2023-02-12
1
-2
/
+7
*
Get rid of getcontext/setcontext functions.
J08nY
2023-02-12
1
-7
/
+6
*
Fix docstyle and some DeepSource warnings.
J08nY
2023-02-08
1
-6
/
+6
*
Fix formula execution with sympy 1.9.1.
J08nY
2021-11-26
1
-2
/
+2
*
Fix working with SymbolicMods in formulas.
J08nY
2021-11-26
1
-1
/
+4
*
Add reproducer for issue #14.
J08nY
2021-05-20
1
-1
/
+2
*
Handle fully symbolic assumptions.
J08nY
2021-05-20
1
-1
/
+13
*
More DeepSource fixes.
J08nY
2021-04-24
1
-1
/
+1
*
Make docstring style changes as per pydocstyle.
J08nY
2021-04-11
1
-25
/
+25
*
Implement fixes from DeepSource.
J08nY
2021-04-10
1
-16
/
+11
*
Use black.
J08nY
2021-04-10
1
-17
/
+61
*
Better parsing of "end of line"
Davide Alessio
2021-02-12
1
-3
/
+2
*
The big documentation patch.
J08nY
2021-01-20
1
-0
/
+19
*
Introduce explicit field argument to formula calls.
J08nY
2021-01-19
1
-9
/
+17
*
Resolve out rationals introduced by SymPy.
J08nY
2021-01-06
1
-12
/
+34
*
Fixup the packaging, put cfg into a proper subpackage.
J08nY
2020-12-26
1
-1
/
+1
*
Make certain aspects of the library configurable.
J08nY
2020-12-17
1
-3
/
+6
*
Fix pollution of formula variables by ints and subsequent float results.
J08nY
2020-12-17
1
-2
/
+11
*
Handle formula assumptions.
J08nY
2020-12-17
1
-12
/
+61
*
Minor fixes: formula handling in context, welch_ttest, HDF5TraceSet filename.
J08nY
2020-07-10
1
-6
/
+6
*
Add random generation of points, speedup computation.
J08nY
2020-07-01
1
-9
/
+11
*
Add a way for actions to have a result.
J08nY
2020-06-13
1
-5
/
+6
*
Add unified parameter to formulas that are strongly unified.
J08nY
2020-02-21
1
-0
/
+4
*
Better textual representations of classes, new notebooks.
J08nY
2020-02-15
1
-0
/
+6
*
Add the concept of a configuration. Add enumeration of configurations.
J08nY
2020-02-12
1
-5
/
+10
*
Rework context handling into a tree-based approach.
J08nY
2020-02-11
1
-6
/
+117
*
Fix style errors.
J08nY
2020-02-08
1
-2
/
+5
*
Add support for PicoScope scopes, sketch out scope interface.
J08nY
2020-02-04
1
-1
/
+28
*
Fix op parsing.
J08nY
2019-12-23
1
-0
/
+8
*
Refactor ScalarMult.
J08nY
2019-12-22
1
-2
/
+4
*
More utility to formulas.
J08nY
2019-11-29
1
-4
/
+31
*
More docs and more coverage.
J08nY
2019-04-24
1
-0
/
+7
*
Add proper context management.
J08nY
2019-04-23
1
-2
/
+7
*
Fix some EFD formulas and their output indices.
J08nY
2019-03-21
1
-0
/
+4
*
Separate formula code into EFD class.
J08nY
2019-03-21
1
-31
/
+60
*
Add Op class.
J08nY
2019-03-21
1
-2
/
+5
[next]