mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Remove some unused variables in scrypt kernel
This commit is contained in:
parent
c4ea00459f
commit
bab6423725
@ -969,15 +969,6 @@ __kernel void __attribute__((reqd_work_group_size (64, 1, 1))) m08900_comp (__gl
|
||||
w3[2] = pws[gid].i[14];
|
||||
w3[3] = pws[gid].i[15];
|
||||
|
||||
/**
|
||||
* memory buffers
|
||||
*/
|
||||
|
||||
const u32 scrypt_r = SCRYPT_R;
|
||||
const u32 scrypt_p = SCRYPT_P;
|
||||
//const u32 scrypt_N = SCRYPT_N;
|
||||
|
||||
|
||||
/**
|
||||
* 2nd pbkdf2, creates B
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user