aboutsummaryrefslogtreecommitdiff
path: root/crypto/akcipher-gcrypt.c.inc
AgeCommit message (Collapse)AuthorFilesLines
2022-05-26crypto: Implement RSA algorithm by gcryptLei He1-0/+595
Added gcryt implementation of RSA algorithm, RSA algorithm implemented by gcrypt has a higher priority than nettle because it supports raw padding. Signed-off-by: lei he <helei.sig11@bytedance.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>