1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-03 21:32:35 +00:00

Code cleanup.

This commit is contained in:
DoZ10 2017-04-20 19:24:28 -04:00
parent 3ce9597685
commit 976f50a56b

View File

@ -43,7 +43,7 @@ u64 load64_reverse(const void *src)
(( u64 )( p[0] ) << 56) ; (( u64 )( p[0] ) << 56) ;
} }
typedef struct blake2b_param__ typedef struct
{ {
u8 digest_length; /* 1 */ u8 digest_length; /* 1 */
u8 key_length; /* 2 */ u8 key_length; /* 2 */