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
5833df68d9
sha-2
/
sha-256.h
2 lines
69 B
C
Raw
Normal View
History
Unescape
Escape
Started a SHA-256 implementation. Buggy so far.
2017-12-12 23:52:28 +00:00
void
calc_sha_256
(
uint8_t
hash
[
32
]
,
const
void
*
input
,
size_t
len
)
;