mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-12 00:31:41 +00:00
Bring back needed variables
This commit is contained in:
parent
77739ec946
commit
5e0dec0d6d
@ -1025,6 +1025,7 @@ void decoder_apply_optimizer (const hashconfig_t *hashconfig, void *data)
|
|||||||
const u32 opti_type = hashconfig->opti_type;
|
const u32 opti_type = hashconfig->opti_type;
|
||||||
|
|
||||||
u32 *digest_buf = (u32 *) data;
|
u32 *digest_buf = (u32 *) data;
|
||||||
|
u64 *digest_buf64 = (u64 *) data;
|
||||||
|
|
||||||
if (opti_type & OPTI_TYPE_PRECOMPUTE_PERMUT)
|
if (opti_type & OPTI_TYPE_PRECOMPUTE_PERMUT)
|
||||||
{
|
{
|
||||||
@ -1148,6 +1149,7 @@ void encoder_apply_optimizer (const hashconfig_t *hashconfig, void *data)
|
|||||||
const u32 opti_type = hashconfig->opti_type;
|
const u32 opti_type = hashconfig->opti_type;
|
||||||
|
|
||||||
u32 *digest_buf = (u32 *) data;
|
u32 *digest_buf = (u32 *) data;
|
||||||
|
u64 *digest_buf64 = (u64 *) data;
|
||||||
|
|
||||||
if (opti_type & OPTI_TYPE_PRECOMPUTE_PERMUT)
|
if (opti_type & OPTI_TYPE_PRECOMPUTE_PERMUT)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user