Library for RSA implementation in pure C

前端 未结 2 506
梦谈多话
梦谈多话 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:32

    The LibTomCrypt and related projects are very clean and understandable.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题