mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 20:39:17 +00:00
13 lines
191 B
C
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]);
|
|
|