arduino-libraries/ArduinoBearSSL

RSA support

lucatoldo opened this issue · 1 comments

Digital Signatures are a very big need and they usually rely in PKCS1.5 algorithm.
Currently BearSSL provides the algorithmic implementation but it cannot be accessed through the ArduinoBearSSL library since the object layer is missing.
It would be great if this could be made and shared.

Hi @lucatoldo 👋
Currently our hands are a bit full but if you could provide a good PR we can merge it in.