mirror of
https://github.com/hashcat/hashcat
synced 2024-11-20 23:27:31 +01: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_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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user