mirror of
https://github.com/hashcat/hashcat
synced 2025-03-22 21:14:22 +01:00
fix bug in 21000 a3 kernel
This commit is contained in:
parent
bba2ee65a2
commit
d045c0f62a
@ -60,7 +60,7 @@ KERNEL_FQ void m21000_mxx (KERN_ATTR_VECTOR ())
|
||||
|
||||
sha512_final_vector (&ctx0);
|
||||
|
||||
sha512_ctx_t ctx;
|
||||
sha512_ctx_vector_t ctx;
|
||||
|
||||
sha512_init_vector (&ctx);
|
||||
|
||||
@ -154,7 +154,7 @@ KERNEL_FQ void m21000_sxx (KERN_ATTR_VECTOR ())
|
||||
|
||||
sha512_final_vector (&ctx0);
|
||||
|
||||
sha512_ctx_t ctx;
|
||||
sha512_ctx_vector_t ctx;
|
||||
|
||||
sha512_init_vector (&ctx);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user