mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-04 05:42:35 +00:00
Code cleanup.
This commit is contained in:
parent
3ce9597685
commit
976f50a56b
@ -43,7 +43,7 @@ u64 load64_reverse(const void *src)
|
||||
(( u64 )( p[0] ) << 56) ;
|
||||
}
|
||||
|
||||
typedef struct blake2b_param__
|
||||
typedef struct
|
||||
{
|
||||
u8 digest_length; /* 1 */
|
||||
u8 key_length; /* 2 */
|
||||
|
Loading…
Reference in New Issue
Block a user