intrbiz / arduino-crypto

A minimal crypto library for ESP8266 Arduino
Other
140 stars 53 forks source link

Some form of public key crypto? #11

Closed ivoras closed 4 years ago

ivoras commented 6 years ago

Hello!

Thank you for making this, it's a neat and compact library! Just as a suggestion, of course, if you have the time and inspiration to do it, maybe it would be useful to add some form of public key crypto to the library? Elliptic curve (ECC) is much used to day and fairly well documented.

In any case, thank you and best of luck!

intrbiz commented 4 years ago

Whilst this would be a great idea, especially if the ESP8266 and ESP32 hardware acceleration could be used. I don't really have a use case for it in my projects and no time to implement such a feature. Any contributions would be welcome though.