aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | More docs.J08nY2023-08-293-0/+15
* | 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
* | Move sca tests to pytest.J08nY2023-08-091-2/+2
* | Add reading of ECTester and ecgen domain parameter files.J08nY2023-08-031-1/+1
* | Add multiplication-by-n polynomial computation to divpoly.J08nY2023-08-014-186/+19
* | 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
* | Change Noise API.J08nY2023-07-281-3/+19
* | Add tests for RPA-RE.J08nY2023-07-281-4/+4
* | Implement RPA-RE.J08nY2023-07-281-7/+67
* | Move to better hash implementations.J08nY2023-07-281-1/+1
* | Add utilites for construction of RPA points.J08nY2023-07-271-0/+44
* | Fix bit_count for Python <= 3.9.J08nY2023-07-241-2/+10
* | Add normal noise.J08nY2023-07-241-0/+25
* | Add leakage models.J08nY2023-07-243-0/+69
* | Fix datashade normalization.J08nY2023-05-171-2/+2
* | Change baud rate after con.J08nY2023-05-161-1/+1
* | Use "noflush" with ChipWhisperer SimpleSerial.J08nY2023-05-162-3/+4
* | Fix conditional average in stacked.J08nY2023-03-151-3/+1
|/
* Fix typechecks.J08nY2023-03-151-15/+5
* Merge branch 'master' into feat/stacked-perf-testJán Jančár2023-03-1530-235/+487
|\
| * Fix for ECTester applet for 304.J08nY2023-02-172-7/+9
| * Document some more methods.J08nY2023-02-173-1/+9
| * Fix typecheck issues in stacked_traces.J08nY2023-02-171-14/+9
| * Add an import guard on LEIA code.J08nY2023-02-172-11/+27
| * Add support for smartleia targets.J08nY2023-02-174-101/+176
| * Add support for ps3000A API.J08nY2023-02-161-59/+186
| * Fix changs in ctypes with Picoscope SDK.J08nY2023-02-151-18/+35
| * More DeepSource fixes.J08nY2023-02-081-1/+1
| * Fix docstyle and some DeepSource warnings.J08nY2023-02-0828-37/+41
| * Fix mypy issues.J08nY2023-02-055-11/+14
| * fix: Fixed chipwhisperer importsTomáš Jusko2022-12-071-3/+3
* | fix: Fixed typing for older Python compatibilityTomáš Jusko2023-02-041-9/+9
* | fix: default metaTomáš Jusko2023-02-021-2/+6
* | fix: Fixed chipwhisperer importsTomáš Jusko2022-12-041-3/+3
* | fix: Changed default metadata valueTomáš Jusko2022-12-041-2/+3
* | feat: Extracted base class for TraceManager for stacked tracesTomáš Jusko2022-12-041-43/+88
* | feat: Added function for generating tracesets for use in perf testingTomáš Jusko2022-10-241-0/+1
* | feat: Added CPU implementations of combine on stacked tracesTomáš Jusko2022-10-142-269/+365
|/
* Merge pull request #15 from Tomko10/stacked_tracesJán Jančár2022-04-063-0/+313
|\
| * fix: Fixed bug of calling class method instead of instance methodTomáš Jusko2022-04-051-5/+5
| * feat: Made GPUTraceManager stateful, updated tests accordinglyTomáš Jusko2022-04-041-52/+43
| * fix: Minor fixes as per PR commentsTomáš Jusko2022-04-041-4/+9
| * Added missing newlineTomáš Jusko2022-02-271-1/+1
| * Added documentationTomáš Jusko2022-02-271-17/+121
| * Fixes according to PR commentsTomáš Jusko2022-02-261-25/+30