Arduino-SHA256
April 27, 2019 ยท View on GitHub
generates SHA256 in Arduino, no need of any external header files
Usage
String data = "enter your string here";
String hashed_data = SHA256(data);
April 27, 2019 ยท View on GitHub
generates SHA256 in Arduino, no need of any external header files
String data = "enter your string here";
String hashed_data = SHA256(data);