| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add C test to CI. | J08nY | 2023-10-01 | 1 | -0/+3 |
| | | |||||
| * | Add sliding window recoding functions. | J08nY | 2023-10-01 | 4 | -0/+203 |
| | | |||||
| * | Better impl tests. | J08nY | 2023-09-30 | 1 | -212/+209 |
| | | |||||
| * | Add wNAF scalarmult, more options implemented for other scalarmults. | J08nY | 2023-09-29 | 11 | -133/+208 |
| | | |||||
| * | Remove NOPs in formulas. | J08nY | 2023-09-29 | 7 | -14/+14 |
| | | |||||
| * | Fix Makefile. | J08nY | 2023-09-28 | 1 | -2/+2 |
| | | |||||
| * | Remove deprecated pkg_resources usage. | J08nY | 2023-09-28 | 2 | -4/+6 |
| | | |||||
| * | Move to pytest. | J08nY | 2023-09-28 | 10 | -561/+877 |
| | | |||||
| * | Fix caching in CI. | J08nY | 2023-09-28 | 1 | -3/+2 |
| | | |||||
| * | Remove Pipfile and move to pyproject.toml setup. | J08nY | 2023-09-27 | 4 | -81/+69 |
| | | |||||
| * | Merge pull request #2 from andrr3j/feat/simulator | Ján Jančár | 2023-07-19 | 7 | -6/+335 |
| |\ | | | | | Add leakage simulation via Rainbow | ||||
| | * | simulator test fix 2 | andrr3j | 2023-07-19 | 1 | -0/+3 |
| | | | |||||
| | * | simulator test fix | andrr3j | 2023-07-19 | 1 | -30/+0 |
| | | | |||||
| | * | test fix | andrr3j | 2023-07-19 | 1 | -7/+6 |
| | | | |||||
| | * | Build libtommath for ARM as well in CI. | J08nY | 2023-07-19 | 1 | -1/+1 |
| | | | |||||
| | * | Add cross-compilation to CI packages. | J08nY | 2023-07-19 | 1 | -1/+1 |
| | | | |||||
| | * | simulator tests added to MakeFile | andrr3j | 2023-07-19 | 1 | -1/+1 |
| | | | |||||
| | * | small fix in simulator tests | andrr3j | 2023-07-19 | 1 | -5/+3 |
| | | | |||||
| | * | simulator tests | andrr3j | 2023-07-18 | 3 | -2/+229 |
| | | | |||||
| | * | Point at Rainbow from master. | J08nY | 2023-06-20 | 1 | -1/+1 |
| | | | |||||
| | * | Reference Rainbow master branch. | J08nY | 2023-04-27 | 1 | -1/+1 |
| | | | |||||
| | * | Add Rainbow dependency. | J08nY | 2023-04-27 | 1 | -1/+2 |
| | | | |||||
| | * | added simulator config, scalar_mult and generate_key fix | andrr3j | 2023-04-27 | 2 | -14/+24 |
| | | | |||||
| | * | Merge branch 'J08nY:master' into feat/simulator | Andrej Bátora | 2023-04-08 | 12 | -76/+126 |
| | |\ | |||||
| | * | | SimulatorTarget added to client.py | andrr3j | 2023-04-08 | 1 | -1/+122 |
| | | | | |||||
| * | | | Release 0.2.0 | J08nY | 2023-05-19 | 1 | -3/+6 |
| | | | | |||||
| * | | | Polish the HAL. | J08nY | 2023-05-17 | 10 | -2634/+23 |
| | | | | |||||
| * | | | Update ChipWhisperer HAl from upstream. | J08nY | 2023-05-16 | 29 | -33/+16903 |
| | |/ |/| | |||||
| * | | Add github actions. | J08nY | 2023-03-30 | 7 | -63/+83 |
| | | | |||||
| * | | Fix montgomery multiplication. | J08nY | 2023-03-29 | 6 | -14/+44 |
| |/ | | | | Fixes pyecsca#33. | ||||
| * | Don't inline the inits. | J08nY | 2023-02-21 | 1 | -2/+2 |
| | | |||||
| * | Separate init and deinit from the main function. | J08nY | 2023-02-21 | 1 | -8/+16 |
| | | |||||
| * | Miscellaneous docs. | J08nY | 2023-01-29 | 2 | -0/+7 |
| | | |||||
| * | Add docs to client. | J08nY | 2023-01-29 | 1 | -0/+55 |
| | | |||||
| * | Document rendering. | J08nY | 2023-01-29 | 1 | -14/+36 |
| | | |||||
| * | Docs for the main template file. | J08nY | 2023-01-29 | 1 | -8/+83 |
| | | |||||
| * | Finish CWNANO support. | J08nY | 2023-01-12 | 4 | -2/+5365 |
| | | |||||
| * | Add support for CWNANO target. | J08nY | 2023-01-12 | 6 | -3/+378 |
| | | |||||
| * | Add some docs on installation. | J08nY | 2022-12-28 | 2 | -1/+19 |
| | | |||||
| * | Merge pull request #1 from J08nY/fix/some-cleanups | Ján Jančár | 2022-12-28 | 2 | -2/+2 |
| |\ | | | | | Cleanup some build artifacts that are not used anymore. | ||||
| | * | Cleanup some build artifacts that are not used anymore. | J08nY | 2022-12-28 | 2 | -2/+2 |
| |/ | |||||
| * | Update libtommath, fixup Travis. | J08nY | 2020-12-14 | 2 | -4/+10 |
| | | |||||
| * | Fix tests with master version of pyecsca. | J08nY | 2020-12-14 | 5 | -13/+16 |
| | | |||||
| * | Fixes for recent core changes. | J08nY | 2020-07-14 | 3 | -3/+10 |
| | | |||||
| * | NOP around point operations. | J08nY | 2020-03-09 | 8 | -1/+28 |
| | | |||||
| * | Add inversion to config, change scalar mult command. | J08nY | 2020-03-09 | 9 | -33/+88 |
| | | |||||
| * | Fix dynamic trigger command, do not trigger on command processing. | J08nY | 2020-03-06 | 2 | -3/+1 |
| | | |||||
| * | Add tests, for fixed Jacobian stuff. | J08nY | 2020-03-03 | 3 | -15/+18 |
| | | |||||
| * | Add support for specifying multiplication and square algos. | J08nY | 2020-03-02 | 9 | -50/+91 |
| | | |||||
| * | Make Barrett reduction work. | J08nY | 2020-03-02 | 17 | -45/+47 |
| | | |||||
