Fixed interface.c to remove XORing madness and blake2_t naming convention

This commit is contained in:
DoZ10
2017-05-01 16:38:48 -04:00
parent 22b9f80531
commit 9d0855c02f
2 changed files with 7 additions and 15 deletions
+2 -2
View File
@@ -678,7 +678,7 @@ typedef struct
u8 salt[16];
u8 personnel[16];
} blake2_params_t;
} blake2params_t;
typedef struct
{
@@ -689,7 +689,7 @@ typedef struct
u32 outlen;
u8 last_node;
} blake2_state_t;
} blake2_t;
typedef struct
{