unsigned char buf[32]; // simple sha256_hash((unsigned char*)"hello", buf, 5); // streaming data sha256_t hash; sha256_init(&hash); sha256_update(&hash, (unsigned char*)"hello", 5); sha256_update(&hash, (unsigned char*)" there", 6); sha256_final(&hash, buf);
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4