Add hashcat command lines
[pwdhash.git] / b64-cl.h
1 #ifndef __B64CL_H
2 #define __B64CL_H (1)
3
4 #include <stdint.h>
5 #include <stdio.h>
6 #include <sys/types.h>
7 #include <string.h>
8
9 typedef unsigned char u8;
10 typedef uint32_t u32;
11 typedef uint32_t u32x;
12
13 u32 b64_encode (u8 *base64_hash, const u32 len, const u8 *base64_plain);
14
15 #endif // ifndef __B64CL_H