aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/bn
Commit message (Expand)AuthorAgeFilesLines
* Add fixed width scalarmult.J08nY2023-10-032-3/+52
* Add Sliding window multiplier.J08nY2023-10-011-1/+0
* Add sliding window recoding functions.J08nY2023-10-012-0/+144
* Remove Pipfile and move to pyproject.toml setup.J08nY2023-09-271-1/+1
* Add inversion to config, change scalar mult command.J08nY2020-03-091-0/+8
* Add support for specifying multiplication and square algos.J08nY2020-03-022-7/+44
* Make Barrett reduction work.J08nY2020-03-022-6/+8
* Add base functions for modular reduction.J08nY2020-03-021-0/+4
* Add reduction functions, add global trigger for whole cmd.J08nY2020-03-022-8/+202
* Add dynamic triggering.J08nY2020-02-281-6/+0
* Update libtommath, use multi init and clear.J08nY2020-02-282-6/+8
* Get stuff to work on STM32F0.J08nY2020-02-262-72/+143
* Allocate and initialize formula variables only once.J08nY2020-02-202-0/+6
* Implement multipliers.J08nY2019-12-232-0/+76
* Split to builder and client.J08nY2019-11-281-3/+3
* Working dynamic build!J08nY2019-11-282-0/+5
* Reorganize files, implement proper main.J08nY2019-11-272-0/+170