mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-22 21:51:07 +00:00
Update brain.c hash_mode access
This commit is contained in:
parent
e6954ffa6d
commit
704f353395
@ -57,7 +57,7 @@ u32 brain_compute_session (hashcat_ctx_t *hashcat_ctx)
|
||||
|
||||
if (user_options->brain_session != 0) return user_options->brain_session;
|
||||
|
||||
const u64 seed = (const u64) hashconfig->hash_mode;
|
||||
const u64 seed = (const u64) user_options->hash_mode;
|
||||
|
||||
XXH64_state_t *state = XXH64_createState ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user