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
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.