Arbitrary precision arithmetic or RSA library available?

08 Feb 2012

I'm looking for either a simple RSA library or a high performance general purpose arbitrary precision arithmetic library. Is there any available to mbed? Any suggestions on external projects I should be looking at that is suitable for the limited resources available on M3?

14 Feb 2012

You might want to take a look at this library:

Import libraryCyaSSL

CyaSSL is an SSL library for devices like mbed.

I haven't tried it myself though.

16 Apr 2012

Thanks. It works pretty well. The only problem I have is that it takes 3-4 secs to decrypt an RSA message on LPC1768. :( I need to speed it up a bit.