AES.h 163 Bytes Edit Raw Blame History Permalink 1 2 3 4 #pragma once #define DL_DLL_API extern "C" __declspec(dllexport) DL_DLL_API int __stdcall AESDecode(unsigned char *in_data, int length, unsigned char *out_data);