aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdsa.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12crypto: ecdsa - Register NIST P521 and extend test suiteGravatar Stefan Berger 1-0/+31
2024-04-12crypto: ecdsa - Rename keylen to bufsize where necessaryGravatar Stefan Berger 1-6/+6
2024-04-12crypto: ecdsa - Replace ndigits with nbits where precision is neededGravatar Stefan Berger 1-1/+1
2024-04-12crypto: ecdsa - Extend res.x mod n calculation for NIST P521Gravatar Stefan Berger 1-1/+1
2024-04-12crypto: ecdsa - Adjust tests on length of key parametersGravatar Stefan Berger 1-1/+1
2024-04-12crypto: ecdsa - Convert byte arrays with key coordinates to digitsGravatar Stefan Berger 1-5/+9
2024-04-02crypto: ecdsa - Fix module auto-load on add-keyGravatar Stefan Berger 1-0/+3
2022-09-24crypto: add __init/__exit annotations to init/exit funcsGravatar Xiu Jianfeng 1-2/+2
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalGravatar Daniele Alessandrelli 1-1/+1
2021-03-26crypto: ecdsa - Register NIST P384 and extend test suiteGravatar Saulo Alessandre 1-1/+32
2021-03-26crypto: ecdsa - Add support for ECDSA signature verificationGravatar Stefan Berger 1-0/+345