mirror of
https://github.com/hashcat/hashcat.git
synced 2025-08-05 05:15:20 +00:00
Do not use uint if not needed
This commit is contained in:
parent
0a8c7fab1c
commit
891a5beef8
@ -56,7 +56,7 @@ typedef int64_t i64;
|
|||||||
// there's no such thing in plain C, therefore all vector operation cannot work in this emu
|
// there's no such thing in plain C, therefore all vector operation cannot work in this emu
|
||||||
// which is why VECT_SIZE is set to 1
|
// which is why VECT_SIZE is set to 1
|
||||||
|
|
||||||
typedef uint uint4;
|
typedef uint32_t uint4;
|
||||||
|
|
||||||
// timer
|
// timer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user