Hello, I would like to know it this could be possible to do it. I would like to work with RSA encryption, and as this algorithm needs to manage big numbers (2048 bits i.e.), I will need to use some library in order to do that. I have seen that there is some libraries on the web like openSSL and Crypto++ oriented to it, but they usually comes with a makefile using gcc to build it for linux.
I would like to know how could I build it for my plattform (I am using dm4637). I think I will need to use the compiler (cl6x.exe), the assembler and the archiver, but I do not know how exactly I should do it. Could someone give me some help about that? Take in account that I am a completely newbie in this subject, so any help about it would be very useful.
Thanks in advance