summaryrefslogtreecommitdiff
path: root/crypto/ecdsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger2024-04-121-0/+31
* crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger2024-04-121-6/+6
* crypto: ecdsa - Replace ndigits with nbits where precision is neededStefan Berger2024-04-121-1/+1
* crypto: ecdsa - Extend res.x mod n calculation for NIST P521Stefan Berger2024-04-121-1/+1
* crypto: ecdsa - Adjust tests on length of key parametersStefan Berger2024-04-121-1/+1
* crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger2024-04-121-5/+9
* crypto: ecdsa - Fix module auto-load on add-keyStefan Berger2024-04-021-0/+3
* crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng2022-09-241-2/+2
* crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli2021-10-291-1/+1
* crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre2021-03-261-1/+32
* crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger2021-03-261-0/+345