mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
initial commit
This commit is contained in:
commit
6a94f708e8
122 changed files with 60195 additions and 0 deletions
8
crc32.h
Normal file
8
crc32.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef CRC32_H
|
||||
#define CRC32_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
unsigned int crc32(const void *buf, unsigned int size);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue