| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | 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 |
| |/ |
|
| * | 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. | 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 |
| * | 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 | 23 | -66/+264 |
| * | Add dynamic triggering. | J08nY | 2020-02-28 | 23 | -14/+248 |
| * | Update libtommath, use multi init and clear. | J08nY | 2020-02-28 | 7 | -30/+40 |
| * | Proper LED thingies. | J08nY | 2020-02-27 | 13 | -86/+110 |
| * | Fix travis. | J08nY | 2020-02-27 | 2 | -10/+8 |
| * | Add ECDH. | J08nY | 2020-02-26 | 2 | -9/+58 |
| * | Get stuff to work on STM32F0. | J08nY | 2020-02-26 | 24 | -246/+323 |
| * | Add full implementation tests. | J08nY | 2020-02-20 | 9 | -67/+256 |
| * | Allocate and initialize formula variables only once. | J08nY | 2020-02-20 | 21 | -70/+229 |
| * | Flesh out client, add implementation tests. | J08nY | 2020-02-19 | 14 | -127/+319 |
| * | Rework client. | J08nY | 2020-02-18 | 21 | -457/+842 |
| * | Fix Travis. | J08nY | 2020-02-10 | 2 | -4/+9 |
| * | Cleanup builder. | J08nY | 2020-02-10 | 8 | -194/+369 |
| * | Add ChipWhisperer support for flashing. | J08nY | 2020-01-27 | 4 | -44/+122 |
| * | Add Travis and Codecov + tests. | J08nY | 2019-12-23 | 10 | -12/+168 |
| * | Implement multipliers. | J08nY | 2019-12-23 | 26 | -71/+516 |
| * | Split to builder and client. | J08nY | 2019-11-28 | 8 | -245/+559 |
| * | 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 | 20 | -27/+213 |
| * | Add libtommath, HOST build, and a simple PRNG. | J08nY | 2019-11-25 | 37 | -29/+919 |
| * | Initialize. | J08nY | 2019-11-21 | 105 | -0/+90567 |