aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca
Commit message (Expand)AuthorAgeFilesLines
* Fix missing samples copy.J08nY2023-10-261-1/+1
* Fix codestyle.J08nY2023-10-261-0/+2
* Fix mypy.J08nY2023-10-261-1/+1
* Make RPA-RE precompute the distinguishing tree.J08nY2023-10-261-40/+80
* Add trace_set repr test.J08nY2023-10-251-1/+1
* Enhance RPA, add logging.J08nY2023-10-164-15/+76
* Fix comb mult reprs.J08nY2023-10-161-0/+6
* Make multiplier reprs more concise.J08nY2023-10-168-11/+17
* Add trace transform function.J08nY2023-10-161-0/+18
* Add "astype" to trace.J08nY2023-10-161-0/+10
* Fix typing.J08nY2023-10-162-7/+6
* Ditch the Optionals.J08nY2023-10-144-22/+23
* Make stuff picklable.J08nY2023-10-144-6/+70
* Add trace stretch function.J08nY2023-10-131-6/+20
* Speedup rolling_mean computation.J08nY2023-10-131-15/+2
* Add default group in HDF5.J08nY2023-10-111-0/+4
* Fix HDF5 tracesets to allow more than 8k traces.J08nY2023-10-111-33/+28
* Merge branch 'J08nY:master' into CPA_pyecscaAndrej Bátora2023-10-104-3/+18
|\
| * Cache sympify results to speedup formula exec.J08nY2023-10-064-3/+18
* | fix_2 codestyle CPAAndrej Bátora2023-10-061-1/+0
* | fixed codestyle CPAAndrej Bátora2023-10-061-6/+7
* | Merge branch 'master' into CPA_pyecscaJán Jančár2023-10-052-19/+39
|\|
| * Fixup type annotations in emulator, make mypy happy.J08nY2023-10-052-20/+40
* | typing fixesAndrej Bátora2023-10-052-7/+8
* | fixed CPAAndrej Bátora2023-10-051-2/+2
* | Merge branch 'J08nY:master' into CPA_pyecscaAndrej Bátora2023-10-0510-26/+446
|\|
| * Fix variable name issue in Comb.J08nY2023-10-041-2/+2
| * Add Comb multipliers.J08nY2023-10-043-8/+202
| * Add fullprecomp multiplier.J08nY2023-10-044-2/+120
| * More docs for scalarmults.J08nY2023-10-049-22/+130
* | implemented CPAAndrej Bátora2023-10-051-0/+77
|/
* Merge pull request #40 from andrr3j/DPA_pyecscaJán Jančár2023-10-022-0/+211
|\
| * added DOMs to DPA + fixesAndrej Bátora2023-10-022-15/+26
| * implemented emulator target and DPAAndrej Bátora2023-09-272-0/+200
* | Allow to compute non-affine factor set.J08nY2023-10-021-5/+8
* | Split to_affine map to factor_set computation, fix mypy.J08nY2023-10-022-56/+74
* | Merge pull request #43 from vojtechsu/masterJán Jančár2023-10-022-0/+64
|\ \
| * | Add filtering of non-homogeneous polynomialsvojtechsu2023-10-022-0/+64
* | | Bump EFD.J08nY2023-10-021-0/+0
|/ /
* | Merge pull request #42 from Tomko10/feat/pearson-corr-coefJán Jančár2023-09-302-26/+144
|\ \
| * | fix: PR requested changesTomáš Jusko2023-09-302-2/+6
| * | fix: TypingTomáš Jusko2023-09-301-4/+4
| * | fix: Lines too longTomáš Jusko2023-09-301-2/+3
| * | fix: Typing and wrong argumentsTomáš Jusko2023-09-301-10/+10
| * | fix: Fixed GPU Pearson corr coefficientTomáš Jusko2023-09-301-6/+9
| * | Changed const memory to pageable memoryTomáš Jusko2023-09-301-17/+16
| * | feat: Added host Pearson coefficient runner functionTomáš Jusko2023-09-251-9/+38
| * | feat: Changed inputs to const memory for general combine functionsTomáš Jusko2023-09-251-17/+29
| * | feat: Added Pearson correlation coefficient for GPUTomáš Jusko2023-09-241-0/+44
| * | feat: Added extra inputs to general combine functionTomáš Jusko2023-09-241-10/+36