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