Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 231 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 231 Bytes

Arduino-SHA256

generates SHA256 in Arduino, no need of any external header files

Usage

String data = "enter your string here";

String hashed_data = SHA256(data);

hashed_data will contain the sha256 value of the data