aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/render.py
Commit message (Collapse)AuthorAgeFilesLines
* Render (some) assumptions.J08nY2025-10-021-1/+14
| | | | Does some progress towards #5.
* More docs.J08nY2025-10-021-69/+272
|
* Use bn clear functions.J08nY2025-10-021-1/+2
|
* Document the scripts.J08nY2024-07-171-0/+1
|
* Add fixed-base multipliers with precomputation.J08nY2023-10-081-2/+8
|
* Add option to pass C defines to compiler.J08nY2023-10-051-3/+3
|
* Add fixed width scalarmult.J08nY2023-10-031-2/+1
|
* Add wNAF scalarmult, more options implemented for other scalarmults.J08nY2023-09-291-8/+28
|
* Remove deprecated pkg_resources usage.J08nY2023-09-281-3/+3
|
* Add github actions.J08nY2023-03-301-7/+9
|
* Fix montgomery multiplication.J08nY2023-03-291-8/+20
| | | | Fixes pyecsca#33.
* Document rendering.J08nY2023-01-291-14/+36
|
* Cleanup some build artifacts that are not used anymore.J08nY2022-12-281-1/+1
|
* Fix tests with master version of pyecsca.J08nY2020-12-141-4/+4
|
* Fixes for recent core changes.J08nY2020-07-141-1/+3
|
* Add support for specifying multiplication and square algos.J08nY2020-03-021-4/+6
|
* Make Barrett reduction work.J08nY2020-03-021-8/+8
|
* Add reduction functions, add global trigger for whole cmd.J08nY2020-03-021-4/+4
|
* Add dynamic triggering.J08nY2020-02-281-2/+13
|
* Allocate and initialize formula variables only once.J08nY2020-02-201-27/+15
|
* Flesh out client, add implementation tests.J08nY2020-02-191-4/+7
|
* Rework client.J08nY2020-02-181-0/+274