1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00
hashcat/include/cpu_crc32.h
2016-09-06 15:28:56 +02:00

13 lines
191 B
C

/**
* 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]);