Apply the new ground_level method.
[crawl.git] / crawl-ref / source / sha256.h
blob8b74de729f53664f97e0e0a074949a76f41b69c3
1 #ifndef sha256_h
2 #define sha256_h
4 uint32_t sha256_genrand();
5 void push_sha256_state();
6 void pop_sha256_state();
8 void reset_sha256_state();
10 #endif