You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/include/cpu_crc32.h

13 lines
191 B

9 years ago
/**
* Author......: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#pragma once
#include <stdio.h>
#include <errno.h>
void cpu_crc32 (const char *filename, u8 keytab[64]);