summaryrefslogtreecommitdiff
path: root/include/crypto/sig.h
AgeCommit message (Expand)Author
2024-10-05crypto: ecdsa - Move X9.62 signature size calculation into templateLukas Wunner
2024-10-05crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner
2024-10-05crypto: sig - Move crypto_sig_*() API calls to include fileLukas Wunner
2024-10-05crypto: sig - Introduce sig_alg backendLukas Wunner
2023-10-05crypto: sig - fix kernel-doc typoRandy Dunlap
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu