aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/bn
Commit message (Collapse)AuthorAgeFilesLines
* Fix emulator test.J08nY2025-10-021-1/+1
|
* Add booth recoding functions with tests.J08nY2025-10-022-0/+66
|
* Use bn clear functions.J08nY2025-10-022-0/+40
|
* Even more tests for bn NAF functions.J08nY2025-10-022-7/+73
|
* More tests for bn functions.J08nY2025-10-022-19/+46
|
* Fix impls and most equivalence tests.J08nY2025-10-011-3/+3
|
* Expose bn digit size from tommath at runtime.J08nY2025-10-012-0/+4
|
* Add fixed-base multipliers with precomputation.J08nY2023-10-082-8/+54
|
* More space?J08nY2023-10-051-2/+2
|
* Allocate more for sliding window array.J08nY2023-10-051-2/+2
|
* Make sure wsliding array is zero.J08nY2023-10-051-0/+2
|
* Fix montgomery reduction.J08nY2023-10-051-1/+6
|
* 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