mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-06 01:23:30 +08:00
9 lines
204 B
C
9 lines
204 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
//----------------------------------------------------------
|
||
|
|
||
|
void SHA1_HashData(PCHAR szData, DWORD dwLen, DWORD *pdwDigest);
|
||
|
|
||
|
//----------------------------------------------------------
|