I am looking for some open-sourced encryption libraries to be ported over to a different platform. The platform only has the libc library availible and it would require me to reimplement the algorithms in assembly language. Preferably ones that avoid floating-pointer operations (simply due the the MCUs limitations) and that you think would be easier to rewrite using a simple instruction set like PIC16F
I am looking for some basic functions like Hashing & public private key encryption.
Thanks.