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

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
test: test.o sha-256.o
.PHONY: clean
clean:
rm test *.o