Library for RSA implementation in pure C

前端 未结 2 540
梦谈多话
梦谈多话 2021-01-12 00:52

I\'m looking for a very simple implementation of RSA in C. I need to place it in a DSP, so I\'d like to use something very thin and straightforward. Nonetheless, I just foun

2条回答
  •  北恋
    北恋 (楼主)
    2021-01-12 01:48

    The latest openssl release's source contains an implementation of RSA, which should work fine for your purposes. Alternatively, you may also consider the GNUPg project, another open-source project with an RSA component.

提交回复
热议问题