mirror of
https://github.com/libretro/snes9x.git
synced 2024-11-23 16:29:41 +00:00
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
|