This website requires JavaScript.
Explore
Help
Sign In
avr
/
sha-2
Watch
2
Star
0
Fork
You've already forked sha-2
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
538cfe97fa
sha-2
/
Makefile
8 lines
93 B
Makefile
Raw
Normal View
History
Unescape
Escape
Completed the implementation, including testing, and fixed bugs
2017-12-13 10:12:47 +00:00
CFLAGS
=
-Wall -Wextra -Wpedantic
Started a SHA-256 implementation. Buggy so far.
2017-12-12 23:52:28 +00:00
test
:
test
.
o
sha
-256.
o
.PHONY
:
clean
clean
:
rm
test
*.o