aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca/re
Commit message (Expand)AuthorAgeFilesLines
...
* Add secp256k1 formulas.J08nY2023-11-101-4/+4
* Add more formulas from BouncyCastle.J08nY2023-11-101-4/+9
* Add formula similarity metric.J08nY2023-11-101-0/+67
* Fix mypy.J08nY2023-10-261-1/+1
* Make RPA-RE precompute the distinguishing tree.J08nY2023-10-261-40/+80
* Enhance RPA, add logging.J08nY2023-10-161-14/+38
* More docs for scalarmults.J08nY2023-10-042-8/+2
* Allow to compute non-affine factor set.J08nY2023-10-021-5/+8
* Split to_affine map to factor_set computation, fix mypy.J08nY2023-10-021-56/+72
* Add filtering of non-homogeneous polynomialsvojtechsu2023-10-021-0/+57
* Unify unroll and unroll with names.J08nY2023-09-301-25/+20
* Merge pull request #41 from vojtechsu/masterJán Jančár2023-09-301-8/+40
|\
| * Add filtering of RPA polynomialsvojtechsu2023-09-291-8/+40
* | Fix typing.J08nY2023-09-301-2/+2
|/
* Add special cases to ZVP point construction.J08nY2023-09-261-24/+62
* Make sure factor set polynomials have canonical order in ZVP.J08nY2023-09-261-9/+31
* Omit y-calculation in divpoly mult-by-n map if unnecessary.J08nY2023-09-211-2/+1
* Fix affine formula unrolling.J08nY2023-09-211-84/+95
* Add to_affine mapping option to ZVP.J08nY2023-09-211-3/+34
* Bump EFD version and fix formula names.J08nY2023-09-201-1/+10
* Add more curve model transformaations.J08nY2023-08-311-1/+0
* Actually optimize ZVP precomp.J08nY2023-08-311-0/+2
* Further ZVP precomp.J08nY2023-08-311-3/+7
* Compute formula factor set.J08nY2023-08-311-20/+58
* Fix some deepsource issues.J08nY2023-08-311-1/+0
* Fix mypy Poly checks.J08nY2023-08-311-17/+16
* Fix docs.J08nY2023-08-291-0/+3
* More docs.J08nY2023-08-291-0/+2
* Cleanup ZVP computation.J08nY2023-08-291-2/+11
* Add ZVP point computation.J08nY2023-08-292-8/+188
* Add references to docs.J08nY2023-08-281-1/+1
* Add reading of ECTester and ecgen domain parameter files.J08nY2023-08-031-1/+1
* Add multiplication-by-n polynomial computation to divpoly.J08nY2023-08-011-182/+15
* Optimize divpoly computation.J08nY2023-07-301-21/+23
* Add multiplication_by_n map computation.J08nY2023-07-301-2/+21
* Add divpoly computation.J08nY2023-07-291-2/+156
* Add ZVP formula unroll.J08nY2023-07-291-0/+26
* Add tests for RPA-RE.J08nY2023-07-281-4/+4
* Implement RPA-RE.J08nY2023-07-281-7/+67
* Add utilites for construction of RPA points.J08nY2023-07-271-0/+44
* Fix docstyle and some DeepSource warnings.J08nY2023-02-081-1/+1
* Fix MultipleContext tracing of two actions.J08nY2021-05-121-2/+9
* Make docstring style changes as per pydocstyle.J08nY2021-04-111-2/+2
* Implement fixes from DeepSource.J08nY2021-04-101-2/+2
* Use black.J08nY2021-04-101-3/+11
* The big documentation patch.J08nY2021-01-201-0/+6
* Also trace precomputation in MultipleContext.J08nY2021-01-162-7/+18
* Add Context for tracing multiples, usable for RPA.J08nY2021-01-162-0/+52