aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #37 from J08nY/feat/lmJán Jančár2023-07-2413-12/+274
|\ \
| * | Bump numba..J08nY2023-07-241-1/+1
| * | Fix bit_count for Python <= 3.9.J08nY2023-07-241-2/+10
| * | Disallow numpy 1.25 for a while.J08nY2023-07-244-4/+4
| * | Fix numpy install.J08nY2023-07-243-3/+3
| * | Make sure CI has numpy < 1.25.1J08nY2023-07-243-0/+9
| * | Bump notebook.J08nY2023-07-241-0/+0
| * | Process OpResults better.J08nY2023-07-243-10/+55
| * | Apply leakage model to execution tree.J08nY2023-07-243-2/+60
| * | Add normal noise.J08nY2023-07-241-0/+25
| * | Add leakage models.J08nY2023-07-245-1/+118
|/ /
* | Allow for iter over Point.J08nY2023-05-202-0/+24
* | Release 0.2.00.2.0J08nY2023-05-192-4/+7
* | 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
* | Bump dependencies and be okay with Python 3.11.J08nY2023-05-151-2/+2
* | Fix conditional average in stacked.J08nY2023-03-151-3/+1
* | Remove Travis.J08nY2023-03-151-64/+0
* | Merge pull request #27 from Tomko10/feat/stacked-perf-testJán Jančár2023-03-154-266/+904
|\|
| * Fix typechecks.J08nY2023-03-151-15/+5
| * Merge branch 'master' into feat/stacked-perf-testJán Jančár2023-03-1566-476/+800
| |\ | |/ |/|
* | Add test for custom domain parameter generation.J08nY2023-02-221-1/+23
* | Update docs.J08nY2023-02-188-80/+122
* | 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-175-15/+31
* | Add support for smartleia targets.J08nY2023-02-175-101/+177
* | Lint only with "typecheck".J08nY2023-02-161-1/+1
* | Bump notebook submodule.J08nY2023-02-161-0/+0
* | Add support for ps3000A API.J08nY2023-02-161-59/+186
* | Fix changs in ctypes with Picoscope SDK.J08nY2023-02-151-18/+35
* | Merge pull request #28 from J08nY/feature/perfJán Jančár2023-02-137-99/+85
|\ \
| * | Autofix issues in 1 filedeepsource-autofix[bot]2023-02-121-1/+0
| * | Only validate assumptions if there are any.J08nY2023-02-132-4/+4
| * | Cache unparsed assumptions in formula.J08nY2023-02-122-5/+10
| * | Add __slots__ to Mods.J08nY2023-02-122-0/+8
| * | 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-125-75/+28
| * | Make contexts global and not thread-local.J08nY2023-02-121-6/+8
|/ /
* | More DeepSource fixes.J08nY2023-02-086-3/+15
* | Fix docstyle and some DeepSource warnings.J08nY2023-02-0847-69/+79
* | Fix mypy issues.J08nY2023-02-0511-34/+40
* | Bump std submodule.J08nY2022-12-281-0/+0
* | Bump notebook submodule.J08nY2022-12-281-0/+0
* | fix: Fixed chipwhisperer importsTomáš Jusko2022-12-071-3/+3
* | Fix perf issue with pyinstrument.J08nY2022-12-071-3/+3