aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/bn/bn.h
Commit message (Expand)AuthorAgeFilesLines
* Add booth recoding functions with tests.J08nY2025-10-021-0/+10
* Use bn clear functions.J08nY2025-10-021-0/+4
* Even more tests for bn NAF functions.J08nY2025-10-021-1/+5
* More tests for bn functions.J08nY2025-10-021-0/+2
* Expose bn digit size from tommath at runtime.J08nY2025-10-011-0/+2
* Add fixed-base multipliers with precomputation.J08nY2023-10-081-3/+11
* Add fixed width scalarmult.J08nY2023-10-031-0/+9
* Add sliding window recoding functions.J08nY2023-10-011-0/+10
* Remove Pipfile and move to pyproject.toml setup.J08nY2023-09-271-1/+1
* Add support for specifying multiplication and square algos.J08nY2020-03-021-7/+19
* Make Barrett reduction work.J08nY2020-03-021-1/+1
* Add base functions for modular reduction.J08nY2020-03-021-0/+4
* Add reduction functions, add global trigger for whole cmd.J08nY2020-03-021-8/+34
* Add dynamic triggering.J08nY2020-02-281-6/+0
* Update libtommath, use multi init and clear.J08nY2020-02-281-3/+5
* Get stuff to work on STM32F0.J08nY2020-02-261-17/+32
* Allocate and initialize formula variables only once.J08nY2020-02-201-0/+1
* Implement multipliers.J08nY2019-12-231-0/+12
* Working dynamic build!J08nY2019-11-281-0/+1
* Reorganize files, implement proper main.J08nY2019-11-271-0/+51