OpenCL Kernels: Rewritten Keccak kernel to run fully on registers and partially reversed last round

This commit is contained in:
jsteube
2017-08-30 13:27:04 +02:00
parent 8fb583f0a7
commit 6d112aeb39
5 changed files with 820 additions and 666 deletions
+2 -2
View File
@@ -21745,8 +21745,8 @@ int hashconfig_init (hashcat_ctx_t *hashcat_ctx)
hashconfig->opti_type = OPTI_TYPE_ZERO_BYTE
| OPTI_TYPE_USES_BITS_64
| OPTI_TYPE_RAW_HASH;
hashconfig->dgst_pos0 = 2;
hashconfig->dgst_pos1 = 3;
hashconfig->dgst_pos0 = 6;
hashconfig->dgst_pos1 = 7;
hashconfig->dgst_pos2 = 4;
hashconfig->dgst_pos3 = 5;
hashconfig->st_hash = ST_HASH_05000;