mirror of
https://github.com/hashcat/hashcat.git
synced 2025-08-03 12:28:07 +00:00
fix bug in 21300 a3 kernel
This commit is contained in:
parent
16b06f51fc
commit
9ad46c5d81
@ -116,7 +116,7 @@ KERNEL_FQ void m21300_mxx (KERN_ATTR_VECTOR ())
|
|||||||
|
|
||||||
md5_ctx_vector_t ctx;
|
md5_ctx_vector_t ctx;
|
||||||
|
|
||||||
sha1_init_vector_from_scalar (&ctx, &ctx11);
|
md5_init_vector_from_scalar (&ctx, &ctx11);
|
||||||
|
|
||||||
_w0[0] = uint_to_hex_lower8 ((a >> 24) & 255) << 0
|
_w0[0] = uint_to_hex_lower8 ((a >> 24) & 255) << 0
|
||||||
| uint_to_hex_lower8 ((a >> 16) & 255) << 16;
|
| uint_to_hex_lower8 ((a >> 16) & 255) << 16;
|
||||||
@ -260,7 +260,7 @@ KERNEL_FQ void m21300_sxx (KERN_ATTR_VECTOR ())
|
|||||||
|
|
||||||
md5_ctx_vector_t ctx;
|
md5_ctx_vector_t ctx;
|
||||||
|
|
||||||
sha1_init_vector_from_scalar (&ctx, &ctx11);
|
md5_init_vector_from_scalar (&ctx, &ctx11);
|
||||||
|
|
||||||
_w0[0] = uint_to_hex_lower8 ((a >> 24) & 255) << 0
|
_w0[0] = uint_to_hex_lower8 ((a >> 24) & 255) << 0
|
||||||
| uint_to_hex_lower8 ((a >> 16) & 255) << 16;
|
| uint_to_hex_lower8 ((a >> 16) & 255) << 16;
|
||||||
|
Loading…
Reference in New Issue
Block a user