commit | e09d1c274782e30dcc0ab5e4d62b624d0028d718 | [log] [tgz] |
---|---|---|
author | Lei He <helei.sig11@bytedance.com> | Wed May 25 09:01:15 2022 |
committer | Daniel P. Berrangé <berrange@redhat.com> | Thu May 26 10:41:53 2022 |
tree | 7207e2117335a5f9d9f0433f966349d8d981bf6c | |
parent | 4c5e512ee0c49efb42286600aef31739c0dcee5d [diff] |
crypto: Implement RSA algorithm by gcrypt 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>