Files

8 lines
160 B
C
Raw Permalink Normal View History

2022-04-26 15:31:46 +08:00
#pragma once
#include <windows.h>
DWORD calc_checksum(char *str, bool enable_tolower);
DWORD calc_checksum(BYTE *str, size_t buf_size, bool enable_tolower);