1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

Revert "Removed unused structure"

This reverts commit e7dab5d210.
This commit is contained in:
DoZ10 2017-05-19 08:25:43 -04:00
parent e7dab5d210
commit 556e64ffe6

View File

@ -665,6 +665,23 @@ typedef enum user_options_map
* structs
*/
typedef struct
{
u8 digest_length;
u8 key_length;
u8 fanout;
u8 depth;
u32 leaf_length;
u32 node_offset;
u32 xof_length;
u8 node_depth;
u8 inner_length;
u8 reserved[14];
u8 salt[16];
u8 personnel[16];
} blake2params_t;
typedef struct
{
u64 h[8];