1
mirror of https://github.com/hashcat/hashcat synced 2024-09-24 01:00:28 +02:00

Using update_swap

This commit is contained in:
Zgzorx 2023-02-16 12:02:36 +01:00
parent 9c6b533efd
commit 68c95c056d

View File

@ -56,7 +56,7 @@ KERNEL_FQ void m36000_mxx (KERN_ATTR_VECTOR ())
sm3_init_vector (&ctx);
sm3_update_vector (&ctx, w, pw_len);
sm3_update_vector_swap (&ctx, w, pw_len);
sm3_final_vector (&ctx);
@ -123,7 +123,7 @@ KERNEL_FQ void m36000_sxx (KERN_ATTR_VECTOR ())
sm3_init_vector (&ctx);
sm3_update_vector (&ctx, w, pw_len);
sm3_update_vector_swap (&ctx, w, pw_len);
sm3_final_vector (&ctx);