Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-10-05 | crypto: ecdsa - Move X9.62 signature size calculation into template | Lukas Wunner | 1 | -0/+38 |
2024-10-05 | crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() | Lukas Wunner | 1 | -7/+7 |
2024-10-05 | crypto: sig - Move crypto_sig_*() API calls to include file | Lukas Wunner | 1 | -11/+36 |
2024-10-05 | crypto: sig - Introduce sig_alg backend | Lukas Wunner | 1 | -0/+61 |
2023-10-05 | crypto: sig - fix kernel-doc typo | Randy Dunlap | 1 | -1/+1 |
2023-06-23 | crypto: sig - Add interface for sign/verify | Herbert Xu | 1 | -0/+140 |