summaryrefslogtreecommitdiff
path: root/crypto/ecdsa.c
AgeCommit message (Expand)Author
2024-04-12crypto: ecdsa - Register NIST P521 and extend test suiteStefan Berger
2024-04-12crypto: ecdsa - Rename keylen to bufsize where necessaryStefan Berger
2024-04-12crypto: ecdsa - Replace ndigits with nbits where precision is neededStefan Berger
2024-04-12crypto: ecdsa - Extend res.x mod n calculation for NIST P521Stefan Berger
2024-04-12crypto: ecdsa - Adjust tests on length of key parametersStefan Berger
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsStefan Berger
2024-04-02crypto: ecdsa - Fix module auto-load on add-keyStefan Berger
2022-09-24crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli
2021-03-26crypto: ecdsa - Register NIST P384 and extend test suiteSaulo Alessandre
2021-03-26crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger