| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use ubuntu-latest. | J08nY | 2023-10-05 | 1 | -4/+3 |
| | | |||||
| * | Try gcc-10 in CI. | J08nY | 2023-10-05 | 1 | -1/+2 |
| | | |||||
| * | Xfail simulator tests until #3 is resolved. | J08nY | 2023-10-05 | 1 | -0/+1 |
| | | |||||
| * | Fix montgomery reduction. | J08nY | 2023-10-05 | 1 | -1/+6 |
| | | |||||
| * | Dont trace in simulator tests. | J08nY | 2023-10-05 | 1 | -2/+1 |
| | | |||||
| * | Enable faster implementation in simulator tests. | J08nY | 2023-10-05 | 2 | -1/+8 |
| | | |||||
| * | Add option to pass C defines to compiler. | J08nY | 2023-10-05 | 4 | -7/+33 |
| | | |||||
| * | Bump libtommath version. | J08nY | 2023-10-04 | 1 | -0/+0 |
| | | |||||
| * | Add fixed width scalarmult. | J08nY | 2023-10-03 | 8 | -9/+179 |
| | | |||||
| * | Add Sliding window multiplier. | J08nY | 2023-10-01 | 4 | -5/+77 |
| | | |||||
| * | 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. | ||||
