aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/builder.py
Commit message (Expand)AuthorAgeFilesLines
* Fix SyntaxWarning in new Python.J08nY2025-10-011-1/+1
* Document the scripts.J08nY2024-07-171-20/+63
* Add fixed-base multipliers with precomputation.J08nY2023-10-081-13/+17
* Add option to pass C defines to compiler.J08nY2023-10-051-3/+19
* Add wNAF scalarmult, more options implemented for other scalarmults.J08nY2023-09-291-3/+6
* Fixes for recent core changes.J08nY2020-07-141-0/+6
* Add inversion to config, change scalar mult command.J08nY2020-03-091-3/+8
* Proper LED thingies.J08nY2020-02-271-35/+1
* Get stuff to work on STM32F0.J08nY2020-02-261-10/+8
* Add full implementation tests.J08nY2020-02-201-15/+13
* Flesh out client, add implementation tests.J08nY2020-02-191-11/+12
* Rework client.J08nY2020-02-181-271/+17
* Cleanup builder.J08nY2020-02-101-161/+64
* Add ChipWhisperer support for flashing.J08nY2020-01-271-42/+118
* Add Travis and Codecov + tests.J08nY2019-12-231-10/+38
* Implement multipliers.J08nY2019-12-231-20/+89
* Split to builder and client.J08nY2019-11-281-0/+447