-
Notifications
You must be signed in to change notification settings - Fork 492
Description
I've been using this platform for a while, and I just want to say I'm thoroughly impressed with the completeness and features that have been built here. Huge thanks to everyone who has dedicated their time to this project.
I'm using this platform with an ESP8266 for some AWS IoT interactions, and I'm trying to increase the level of security as well as get some available working memory back by offloading the 256-bit ECC encryption to an external crypto IC: the ECC508A. Has anyone here looked into that? I think it would be awesome to have a bit more free memory available for the application, as I've definitely been hitting roadblocks as to what is capable once the ESP is doing the crypto itself.
I know this library exists, but I'm not sure how to go about integrating it with mbedtls.
http://www.atmel.com/tools/cryptoauthlib.aspx
Thank you in advance for any and all feedback.