mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-22 13:40:56 +00:00
Using update_swap
This commit is contained in:
parent
9c6b533efd
commit
68c95c056d
@ -56,7 +56,7 @@ KERNEL_FQ void m36000_mxx (KERN_ATTR_VECTOR ())
|
|||||||
|
|
||||||
sm3_init_vector (&ctx);
|
sm3_init_vector (&ctx);
|
||||||
|
|
||||||
sm3_update_vector (&ctx, w, pw_len);
|
sm3_update_vector_swap (&ctx, w, pw_len);
|
||||||
|
|
||||||
sm3_final_vector (&ctx);
|
sm3_final_vector (&ctx);
|
||||||
|
|
||||||
@ -123,7 +123,7 @@ KERNEL_FQ void m36000_sxx (KERN_ATTR_VECTOR ())
|
|||||||
|
|
||||||
sm3_init_vector (&ctx);
|
sm3_init_vector (&ctx);
|
||||||
|
|
||||||
sm3_update_vector (&ctx, w, pw_len);
|
sm3_update_vector_swap (&ctx, w, pw_len);
|
||||||
|
|
||||||
sm3_final_vector (&ctx);
|
sm3_final_vector (&ctx);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user