summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/sha256.h
blob: 44986adc6ba89fba0122873d2ea474cf8c5fc53c (plain) (blame)
1
2
3
4
5
6
7
#ifndef sha256_h
#define sha256_h

unsigned long sha256_genrand();

#endif