floodyberry / ed25519-donna

Implementations of a fast Elliptic-curve Digital Signature Algorithm
169 stars 47 forks source link

Need guidelines to port to bare metal 32 bit MCU #27

Open srivatsav7 opened 8 years ago

srivatsav7 commented 8 years ago

Hi there, Great work on the library! I want to port the ed25519 and curve25519 implementations of yours to a 32bit MCU with no operating system. Can you give some advice on any considerations that I need to make? Is the code portable to a 32bit MCU without openssl integrated in it?

Best Regards Srivatsav