aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Use ubuntu-latest.J08nY2023-10-051-4/+3
|
* Try gcc-10 in CI.J08nY2023-10-051-1/+2
|
* Xfail simulator tests until #3 is resolved.J08nY2023-10-051-0/+1
|
* Fix montgomery reduction.J08nY2023-10-051-1/+6
|
* Dont trace in simulator tests.J08nY2023-10-051-2/+1
|
* Enable faster implementation in simulator tests.J08nY2023-10-052-1/+8
|
* Add option to pass C defines to compiler.J08nY2023-10-054-7/+33
|
* Bump libtommath version.J08nY2023-10-041-0/+0
|
* Add fixed width scalarmult.J08nY2023-10-038-9/+179
|
* Add Sliding window multiplier.J08nY2023-10-014-5/+77
|
* Add C test to CI.J08nY2023-10-011-0/+3
|
* Add sliding window recoding functions.J08nY2023-10-014-0/+203
|
* Better impl tests.J08nY2023-09-301-212/+209
|
* Add wNAF scalarmult, more options implemented for other scalarmults.J08nY2023-09-2911-133/+208
|
* Remove NOPs in formulas.J08nY2023-09-297-14/+14
|
* Fix Makefile.J08nY2023-09-281-2/+2
|
* Remove deprecated pkg_resources usage.J08nY2023-09-282-4/+6
|
* Move to pytest.J08nY2023-09-2810-561/+877
|
* Fix caching in CI.J08nY2023-09-281-3/+2
|
* Remove Pipfile and move to pyproject.toml setup.J08nY2023-09-274-81/+69
|
* Merge pull request #2 from andrr3j/feat/simulatorJán Jančár2023-07-197-6/+335
|\ | | | | Add leakage simulation via Rainbow
| * simulator test fix 2andrr3j2023-07-191-0/+3
| |
| * simulator test fixandrr3j2023-07-191-30/+0
| |
| * test fixandrr3j2023-07-191-7/+6
| |
| * Build libtommath for ARM as well in CI.J08nY2023-07-191-1/+1
| |
| * Add cross-compilation to CI packages.J08nY2023-07-191-1/+1
| |
| * simulator tests added to MakeFileandrr3j2023-07-191-1/+1
| |
| * small fix in simulator testsandrr3j2023-07-191-5/+3
| |
| * simulator testsandrr3j2023-07-183-2/+229
| |
| * Point at Rainbow from master.J08nY2023-06-201-1/+1
| |
| * Reference Rainbow master branch.J08nY2023-04-271-1/+1
| |
| * Add Rainbow dependency.J08nY2023-04-271-1/+2
| |
| * added simulator config, scalar_mult and generate_key fixandrr3j2023-04-272-14/+24
| |
| * Merge branch 'J08nY:master' into feat/simulatorAndrej Bátora2023-04-0812-76/+126
| |\
| * | SimulatorTarget added to client.pyandrr3j2023-04-081-1/+122
| | |
* | | Release 0.2.0J08nY2023-05-191-3/+6
| | |
* | | Polish the HAL.J08nY2023-05-1710-2634/+23
| | |
* | | Update ChipWhisperer HAl from upstream.J08nY2023-05-1629-33/+16903
| |/ |/|
* | Add github actions.J08nY2023-03-307-63/+83
| |
* | Fix montgomery multiplication.J08nY2023-03-296-14/+44
|/ | | | Fixes pyecsca#33.
* Don't inline the inits.J08nY2023-02-211-2/+2
|
* Separate init and deinit from the main function.J08nY2023-02-211-8/+16
|
* Miscellaneous docs.J08nY2023-01-292-0/+7
|
* Add docs to client.J08nY2023-01-291-0/+55
|
* Document rendering.J08nY2023-01-291-14/+36
|
* Docs for the main template file.J08nY2023-01-291-8/+83
|
* Finish CWNANO support.J08nY2023-01-124-2/+5365
|
* Add support for CWNANO target.J08nY2023-01-126-3/+378
|
* Add some docs on installation.J08nY2022-12-282-1/+19
|
* Merge pull request #1 from J08nY/fix/some-cleanupsJán Jančár2022-12-282-2/+2
|\ | | | | Cleanup some build artifacts that are not used anymore.