1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-21 14:08:21 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Jens Steube
9457c62ef0 Removed redundant casts in inc_hash_blake2b.cl and inc_hash_blake2s.cl.
Fixed parameter types in inc_hash_blake2b.cl and inc_hash_blake2s.cl for FINAL value.
Added kernel code for -m 15400 to s04/s08/m04/m08, even if not needed, to help autotune find optimal workitem settings.
Fixed a rare autotune case (e.g. in mode 18600) where threads_min was not a multiple of kernel_preferred_wgs_multiple, and changes it so that as long as it only threads_min is affected and not threads_max, we now ensure at least kernel_preferred_wgs_multiple.
Improved autotune logic for best thread count: double thread count until reaching the device's preferred multiple, then increase in steps of that multiple while comparing efficiency vs. runtime, and select the configuration with best efficiency, not highest thread count.
Always set funnelshift support to true for HIP devices, as it always reports false.
Set minimum loop count to 250 for all VeraCrypt modes with PIM brute-force support.
2025-07-05 19:44:31 +02:00
holly-o
d2e9eacca8
Added OpenCL files for plugin 67890 2025-04-11 16:11:20 +01:00
Gabriele Gristina
903c1136c8 Fixed build failed for 31000/Blake2s with vector width > 1 2023-05-05 19:31:24 +02:00
philsmd
cb827fcd32
fix trailing spaces 2023-04-11 15:52:34 +02:00
bacqube2
0e7fdd3c55 Fixing bad vconv32_t usage 2023-02-14 10:21:16 +01:00
bacqube2
bd8ebc365b Suppression prtinf et ajout m35000_a3-optimized 2023-02-09 16:26:07 +01:00
Louka
468ba9d92b blake2s 2023-02-09 13:11:54 +01:00
bacqube2
bd0f058357 Premiere correction des fonctions de traitement 2023-02-08 14:04:12 +01:00
bacqube2
6176ec3264 Ajout de printf pour tracer l'execution des fonctions 2023-02-08 13:23:11 +01:00
bacqube2
5475e882a7 Ajout de printf pour tracer l'execution des fonctions 2023-02-08 12:57:17 +01:00
bacqube2
1e79857ed0 Changement des valeurs de test pour debug + affichage des valeurs de rounds 2023-02-08 11:50:31 +01:00
Benoit
e3d47f0ea8 Correction de nom d'une fonction 2023-02-07 13:22:07 +01:00
Louka
d78cb92eb8 tests 2023-02-06 17:11:37 +01:00
Louka
12821a968b Finishing inc_hash_blake2s and starting to write kernels 2023-02-06 15:27:07 +01:00
bacqube2
33762965f6 modify to S 2023-02-02 14:53:04 +01:00
bacqube2
30d9509878 Creation blake2s inc files 2023-02-02 13:22:03 +01:00