Add files via upload
This commit is contained in:
7
source/sfv_md5/crc.h
Normal file
7
source/sfv_md5/crc.h
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
// CRC 計算用のテーブルを作る
|
||||
void init_crc_table(void);
|
||||
|
||||
// CRC-32 を更新する
|
||||
unsigned int crc_update(unsigned int crc, unsigned char *buf, unsigned int len);
|
||||
|
||||
Reference in New Issue
Block a user