repo.or.cz
/
crawl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Apply the new ground_level method.
[crawl.git]
/
crawl-ref
/
source
/
sha256.h
blob
8b74de729f53664f97e0e0a074949a76f41b69c3
1
#ifndef sha256_h
2
#define sha256_h
3
4
uint32_t
sha256_genrand
();
5
void
push_sha256_state
();
6
void
pop_sha256_state
();
7
8
void
reset_sha256_state
();
9
10
#endif