Started a SHA-256 implementation. Buggy so far.

This commit is contained in:
Alain Mosnier
2017-12-13 00:52:28 +01:00
parent 3433d4ef5c
commit d676207600
6 changed files with 263 additions and 0 deletions

1
sha-256.h Normal file
View File

@@ -0,0 +1 @@
void calc_sha_256(uint8_t hash[32], const void * input, size_t len);