summaryrefslogtreecommitdiff
path: root/arm/ecc-secp256r1-redc.asm
Commit message (Collapse)AuthorAgeFilesLines
* Update ARM mod and redc functionsNiels Möller2020-10-311-10/+13
|
* Use default m4 quote character in asm files, part 2Niels Möller2020-09-131-16/+16
| | | | Update arm files.
* ecc: rename functions to contain curve names instead of bitsDmitry Eremin-Solenikov2020-01-101-3/+3
| | | | | | | | Rename curve functions to use curve names instead of just bits. Otherwise function names can easily become confusing after adding other curves. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* ecc: prefix optimized ECC function names with underscoreDmitry Eremin-Solenikov2020-01-101-2/+2
| | | | | | | There is no need to keep optimized ECC functions in public namespace (nettle_*), move them to internal namespace (_nettle_*). Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* ecc: rename source files with curves dataDmitry Eremin-Solenikov2020-01-101-0/+173
In preparation to adding GOST curves support, rename source files and use curve name as eccdata parameter. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>