mirror of
https://github.com/snes9xgit/snes9x.git
synced 2025-04-02 10:42:16 -04:00
6 lines
127 B
C
6 lines
127 B
C
#ifndef __SHA256_H
|
|
#define __SHA256_H
|
|
|
|
void sha256sum (unsigned char *data, unsigned int length, unsigned char *hash);
|
|
|
|
#endif
|