Files
sha-2/sha-256.h
2017-12-13 00:52:28 +01:00

2 lines
69 B
C

void calc_sha_256(uint8_t hash[32], const void * input, size_t len);