aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Only validate assumptions if there are any.J08nY2023-02-132-4/+4
| * Cache unparsed assumptions in formula.J08nY2023-02-121-2/+7
| * Add __slots__ to Mods.J08nY2023-02-121-0/+5
| * Skip unnecessary modular reductions and casts in GMPMod.J08nY2023-02-121-18/+35
| * Move from instance check to direct typecheck in GMPMod.J08nY2023-02-121-2/+4
| * Save an unnecessary cast in GMPMod.J08nY2023-02-121-4/+4
| * Get rid of getcontext/setcontext functions.J08nY2023-02-122-62/+23
| * Make contexts global and not thread-local.J08nY2023-02-121-6/+8
| * More DeepSource fixes.J08nY2023-02-085-2/+14
| * Fix docstyle and some DeepSource warnings.J08nY2023-02-0846-67/+76
| * Fix mypy issues.J08nY2023-02-059-28/+32
| * Bump std submodule.J08nY2022-12-281-0/+0
| * 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
| * DeepSource fixesTomas Jusko2022-01-311-1/+1
| * flake8 conformanceTomas Jusko2022-01-311-26/+26
| * RefactoringTomas Jusko2022-01-311-53/+43
| * Fixed bugs and importsTomas Jusko2022-01-311-2/+2
| * Cleanup and added common setup of GPU implementationsTomas Jusko2022-01-311-19/+65
| * Removed garbageTomas Jusko2022-01-291-66/+3
| * Added stacked traces class and GPU combine algorithmsTomas Jusko2022-01-284-47/+85
| * Added naive implementations of gpu optimized trace combine functionsTomas Jusko2022-01-192-0/+197
* | Fix collections on Python 3.10J08nY2022-04-041-1/+1
* | Merge pull request #17 from J08nY/deepsource-fix-325158fbJán Jančár2022-03-011-14/+14
|\ \
| * | Return `NotImplemented` instead of raising `NotImplementedError`deepsource-autofix[bot]2022-03-011-14/+14
| |/
* / Merge collapsible `if` statementsdeepsource-autofix[bot]2022-03-012-9/+9
|/
* Update std submodule.J08nY2021-11-271-0/+0
* Fix type issue in params.load_category.J08nY2021-11-261-2/+2
* Fix typecheck runs.J08nY2021-11-261-2/+2
* 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