]> Pileus Git - ~andy/crypt/blob - sha2.h
Add some initial code
[~andy/crypt] / sha2.h
1 /* SHA-2 functions */
2 void sha256_test(void);
3 void sha256_hash(uint8_t out[32], const uint8_t *data, int len);