aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/templates/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Add wNAF scalarmult, more options implemented for other scalarmults.J08nY2023-09-291-10/+10
|
* added simulator config, scalar_mult and generate_key fixandrr3j2023-04-271-0/+4
|
* Fix montgomery multiplication.J08nY2023-03-291-0/+3
| | | | 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
|
* Docs for the main template file.J08nY2023-01-291-8/+83
|
* Add inversion to config, change scalar mult command.J08nY2020-03-091-7/+33
|
* Add support for specifying multiplication and square algos.J08nY2020-03-021-0/+1
|
* Make Barrett reduction work.J08nY2020-03-021-5/+10
|
* Add base functions for modular reduction.J08nY2020-03-021-0/+19
|
* Add dynamic triggering.J08nY2020-02-281-6/+21
|
* Proper LED thingies.J08nY2020-02-271-0/+2
|
* Get stuff to work on STM32F0.J08nY2020-02-261-3/+6
|
* Add full implementation tests.J08nY2020-02-201-1/+6
|
* Allocate and initialize formula variables only once.J08nY2020-02-201-6/+9
|
* Flesh out client, add implementation tests.J08nY2020-02-191-6/+6
|
* Rework client.J08nY2020-02-181-25/+110
|
* Cleanup builder.J08nY2020-02-101-4/+10
|
* Implement multipliers.J08nY2019-12-231-4/+4
|
* Split to builder and client.J08nY2019-11-281-2/+2
|
* Working dynamic build!J08nY2019-11-281-28/+34
|
* Reorganize files, implement proper main.J08nY2019-11-271-0/+358