Upload initial project
[9413project001.git] / Decrypt / Decrypt / gpu / crypt.h
blob2f80ff990c998a0bc6beeb8775952ccc7ecfeaff
2 #pragma once
4 #include "gpu_define.h"
6 extern CHAR * __md5_crypt_r (const CHAR *key, const CHAR *salt, CHAR *buffer, int buflen) ON_GPU;