aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | More docs.J08nY2023-08-293-0/+15
* | Cleanup ZVP computation.J08nY2023-08-291-2/+11
* | Fix configuration enumeration check for ABC.J08nY2023-08-291-1/+1
* | Add ZVP point computation.J08nY2023-08-294-10/+207
* | Add references to docs.J08nY2023-08-287-14/+19
* | Fix RPA distinguish test.J08nY2023-08-273-8/+19
* | Add sliding window multiplier.J08nY2023-08-275-52/+106
* | Move scalar multipliers into a subpackage.J08nY2023-08-277-823/+871
* | More scalarmult options.J08nY2023-08-272-14/+88
* | Test all scalarmult combinations.J08nY2023-08-251-1/+1
* | Further unify and specify scalarmults.J08nY2023-08-253-65/+169
* | Add FixedWindowLTRMultiplier.J08nY2023-08-243-45/+138
* | Bump submodules.J08nY2023-08-092-0/+0
* | Move sca tests to pytest.J08nY2023-08-092-3/+3
* | Fix filename for formula code.J08nY2023-08-081-1/+1
* | Move away from pkg_resources.J08nY2023-08-084-60/+55
* | Move to importlib.resources for test data discovery.J08nY2023-08-081-1/+1
* | Fix curve validation.J08nY2023-08-082-13/+3
* | Docs fix in context.pyJ08nY2023-08-082-4/+2
* | Add .to_coords to domain params and curve objects.J08nY2023-08-043-20/+106
* | Add reading of ECTester and ecgen domain parameter files.J08nY2023-08-032-23/+134
* | Add more docs to divpoly and a perf module.J08nY2023-08-011-6/+9
* | Add sagemath test for larg-er divpoly.J08nY2023-08-011-3/+6
* | Add multiplication-by-n polynomial computation to divpoly.J08nY2023-08-015-186/+282
* | Optimize divpoly computation.J08nY2023-07-301-21/+23
* | Add multiplication_by_n map computation.J08nY2023-07-301-2/+21
* | Add divpoly computation.J08nY2023-07-292-3/+157
* | Add ZVP formula unroll.J08nY2023-07-294-8/+34
* | Change Noise API.J08nY2023-07-281-3/+19
* | Add tests for RPA-RE.J08nY2023-07-281-4/+4
* | Implement RPA-RE.J08nY2023-07-282-7/+94
* | Move to better hash implementations.J08nY2023-07-288-71/+116
* | Add utilites for construction of RPA points.J08nY2023-07-272-0/+50
* | Tiny performance improvements.J08nY2023-07-243-6/+6
* | Fix bit_count for Python <= 3.9.J08nY2023-07-241-2/+10
* | Process OpResults better.J08nY2023-07-242-8/+24
* | Apply leakage model to execution tree.J08nY2023-07-242-2/+18
* | Add normal noise.J08nY2023-07-241-0/+25
* | Add leakage models.J08nY2023-07-243-0/+69
* | Allow for iter over Point.J08nY2023-05-201-0/+13
* | 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-1549-364/+626
|\
| * 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