1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-01 12:22:37 +00:00
hashcat/Python
Jens Steube f8df94f457 Switched all async and non-blocking calls to synchronous and blocking ones. Kept the original async bindings intact. This avoids race conditions like the one fixed in the previous commit, with no performance impact.
Fixed a typedef issue for clEnqueueReadBuffer().
Updated Python/hcshared.py with missing entry for new salt_dimy attribute in salt_t struct.
Fixed a bug in the autotuner when determining the starting value for kernel loops, in cases where the iteration count is N-1 and not a multiple of 1024.
Updated additional plugins to use OPTI_TYPE_REGISTER_LIMIT.
2025-06-30 11:26:05 +02:00
..
generic_hash_mp.py Refactor Python bridge to load source files as scripts instead of modules. 2025-06-18 20:16:08 +02:00
generic_hash_sp.py Refactor Python bridge to load source files as scripts instead of modules. 2025-06-18 20:16:08 +02:00
hcmp.py Refactor Python bridge to load source files as scripts instead of modules. 2025-06-18 20:16:08 +02:00
hcshared.py Switched all async and non-blocking calls to synchronous and blocking ones. Kept the original async bindings intact. This avoids race conditions like the one fixed in the previous commit, with no performance impact. 2025-06-30 11:26:05 +02:00
hcsp.py Refactor Python bridge to load source files as scripts instead of modules. 2025-06-18 20:16:08 +02:00