From 556e64ffe6b0c9df8fc78bc5f933909681c366e6 Mon Sep 17 00:00:00 2001 From: DoZ10 Date: Fri, 19 May 2017 08:25:43 -0400 Subject: [PATCH] Revert "Removed unused structure" This reverts commit e7dab5d2108e84aa55e9dcd54e881c740874f4a8. --- include/types.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/include/types.h b/include/types.h index f892f11a6..a1a036ca5 100644 --- a/include/types.h +++ b/include/types.h @@ -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];