| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | SimulatorTarget added to client.py | andrr3j | 2023-04-08 | 1 | -1/+122 |
| * | | | 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 | 1 | -7/+9 |
| * | | Fix montgomery multiplication. | J08nY | 2023-03-29 | 5 | -10/+39 |
| |/ |
|
| * | 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 | 3 | -1/+5353 |
| * | Add support for CWNANO target. | J08nY | 2023-01-12 | 6 | -3/+378 |
| * | Cleanup some build artifacts that are not used anymore. | J08nY | 2022-12-28 | 1 | -1/+1 |
| * | Fix tests with master version of pyecsca. | J08nY | 2020-12-14 | 1 | -4/+4 |
| * | 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 | 5 | -27/+76 |
| * | 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 | 2 | -14/+16 |
| * | Add support for specifying multiplication and square algos. | J08nY | 2020-03-02 | 7 | -13/+56 |
| * | Make Barrett reduction work. | J08nY | 2020-03-02 | 16 | -45/+46 |
| * | Add base functions for modular reduction. | J08nY | 2020-03-02 | 7 | -6/+50 |
| * | Add reduction functions, add global trigger for whole cmd. | J08nY | 2020-03-02 | 22 | -66/+260 |
| * | Add dynamic triggering. | J08nY | 2020-02-28 | 23 | -14/+248 |
| * | Update libtommath, use multi init and clear. | J08nY | 2020-02-28 | 5 | -27/+37 |
| * | Proper LED thingies. | J08nY | 2020-02-27 | 12 | -86/+84 |
| * | Add ECDH. | J08nY | 2020-02-26 | 2 | -9/+58 |
| * | Get stuff to work on STM32F0. | J08nY | 2020-02-26 | 19 | -237/+274 |
| * | Add full implementation tests. | J08nY | 2020-02-20 | 6 | -36/+48 |
| * | Allocate and initialize formula variables only once. | J08nY | 2020-02-20 | 19 | -67/+217 |
| * | Flesh out client, add implementation tests. | J08nY | 2020-02-19 | 9 | -95/+201 |
| * | Rework client. | J08nY | 2020-02-18 | 15 | -431/+557 |
| * | Cleanup builder. | J08nY | 2020-02-10 | 5 | -179/+296 |
| * | Add ChipWhisperer support for flashing. | J08nY | 2020-01-27 | 2 | -42/+119 |
| * | Add Travis and Codecov + tests. | J08nY | 2019-12-23 | 1 | -10/+38 |
| * | Implement multipliers. | J08nY | 2019-12-23 | 26 | -71/+516 |
| * | Split to builder and client. | J08nY | 2019-11-28 | 6 | -242/+549 |
| * | Working dynamic build! | J08nY | 2019-11-28 | 22 | -115/+226 |
| * | Reorganize files, implement proper main. | J08nY | 2019-11-27 | 28 | -308/+685 |
| * | Add ASN.1 parsing and more utility functions, + commands sketch. | J08nY | 2019-11-26 | 10 | -18/+208 |
| * | Add rendering of formulas. | J08nY | 2019-11-26 | 12 | -31/+98 |
| * | Add rendering of CodeOps. | J08nY | 2019-11-26 | 4 | -3/+82 |
| * | Start Python codegen impl. | J08nY | 2019-11-25 | 17 | -26/+209 |
| * | Add libtommath, HOST build, and a simple PRNG. | J08nY | 2019-11-25 | 32 | -29/+912 |
| * | Initialize. | J08nY | 2019-11-21 | 101 | -0/+90451 |