mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-03 12:21:07 +00:00
Another small increased bcrypt speed for NV
This commit is contained in:
parent
c894787510
commit
3ab31807d4
@ -665,6 +665,7 @@ __kernel void __attribute__((reqd_work_group_size (8, 1, 1))) m03200_loop (__glo
|
|||||||
L0 = 0;
|
L0 = 0;
|
||||||
R0 = 0;
|
R0 = 0;
|
||||||
|
|
||||||
|
#pragma unroll
|
||||||
for (u32 i = 0; i < 9; i++)
|
for (u32 i = 0; i < 9; i++)
|
||||||
{
|
{
|
||||||
BF_ENCRYPT (L0, R0);
|
BF_ENCRYPT (L0, R0);
|
||||||
@ -727,6 +728,7 @@ __kernel void __attribute__((reqd_work_group_size (8, 1, 1))) m03200_loop (__glo
|
|||||||
L0 = 0;
|
L0 = 0;
|
||||||
R0 = 0;
|
R0 = 0;
|
||||||
|
|
||||||
|
#pragma unroll
|
||||||
for (u32 i = 0; i < 9; i++)
|
for (u32 i = 0; i < 9; i++)
|
||||||
{
|
{
|
||||||
BF_ENCRYPT (L0, R0);
|
BF_ENCRYPT (L0, R0);
|
||||||
|
Loading…
Reference in New Issue
Block a user