Skip to content

CSSHL/ESP8266-Arduino-cryptolibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266-Arduino-cryptolibs

Collection of strong crypto libs that can be included in Arduino-core for ESP8266

  • curve25519-donna : strong ECC key agreement function
  • esp8266-trng : simple wrapper to the HW TRNG
  • sha256 : SHA2-256 class

All these libs require that you already have:

  • installed Arduino IDE for your platform; minimum release tested is 1.6.5, but should work with anything 1.5+
  • installed the Arduino-core
  • applied the patch if you get an error about iram0 filling up when you compile an example
  • copied the lib you need under the right folder (~/Arduino/libraries in Linux)

About

Collection of strong crypto libs that can be included in Arduino-core for ESP8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published