aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/templates/point.c
Commit message (Collapse)AuthorAgeFilesLines
* Add fixed width scalarmult.J08nY2023-10-031-2/+2
|
* Add wNAF scalarmult, more options implemented for other scalarmults.J08nY2023-09-291-0/+8
|
* Fix montgomery multiplication.J08nY2023-03-291-0/+6
| | | | Fixes pyecsca#33.
* Make Barrett reduction work.J08nY2020-03-021-1/+2
|
* Add base functions for modular reduction.J08nY2020-03-021-0/+16
|
* Add dynamic triggering.J08nY2020-02-281-0/+6
|
* Update libtommath, use multi init and clear.J08nY2020-02-281-1/+4
|
* Allocate and initialize formula variables only once.J08nY2020-02-201-2/+3
|
* Flesh out client, add implementation tests.J08nY2020-02-191-3/+31
|
* Rework client.J08nY2020-02-181-0/+7
|
* Implement multipliers.J08nY2019-12-231-0/+9
|
* Working dynamic build!J08nY2019-11-281-0/+62