mirror of https://github.com/snes9xgit/snes9x.git
7 lines
127 B
C
7 lines
127 B
C
|
#ifndef __SHA256_H
|
||
|
#define __SHA256_H
|
||
|
|
||
|
void sha256sum (unsigned char *data, unsigned int length, unsigned char *hash);
|
||
|
|
||
|
#endif
|