You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/OpenCL
philsmd 9bd77536c2
improved speed of -m 21200 by using pre-computed SHA1 hash
4 years ago
..
amp_a0.cl Add missing inc_platform.h include 5 years ago
amp_a1.cl Unroll some of the code in the candidate generators 4 years ago
amp_a3.cl Add missing inc_platform.h include 5 years ago
inc_cipher_aes.cl added OpenCL kernel code for AES-192 4 years ago
inc_cipher_aes.h added OpenCL kernel code for AES-192 4 years ago
inc_cipher_camellia.cl Rename CONSTANT_AS to CONSTANT_VK 5 years ago
inc_cipher_camellia.h Get rid of CONSTSPEC macro in OpenCL kernels 5 years ago
inc_cipher_des.cl Reorder the TC/VC/DC header checks 5 years ago
inc_cipher_des.h Replace (u32x) (...) with make_u32x (...) 5 years ago
inc_cipher_kuznyechik.cl Reorder the TC/VC/DC header checks 5 years ago
inc_cipher_kuznyechik.h Get rid of CONSTSPEC macro in OpenCL kernels 5 years ago
inc_cipher_serpent.cl cosmetic: minor code style fixes 4 years ago
inc_cipher_serpent.h Move some macros from .h to .cl sources 5 years ago
inc_cipher_twofish.cl Reorder the TC/VC/DC header checks 5 years ago
inc_cipher_twofish.h Get rid of CONSTSPEC macro in OpenCL kernels 5 years ago
inc_common.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
inc_common.h fixes #1298: add pure kernels for -m 600 = BLAKE2b-512 4 years ago
inc_comp_multi.cl Support for inline VeraCrypt PIM Brute-Force 5 years ago
inc_comp_multi.h Add headers for OpenCL include files 5 years ago
inc_comp_multi_bs.cl Support for inline VeraCrypt PIM Brute-Force 5 years ago
inc_comp_multi_bs.h Add headers for OpenCL include files 5 years ago
inc_comp_single.cl Support for inline VeraCrypt PIM Brute-Force 5 years ago
inc_comp_single.h Add headers for OpenCL include files 5 years ago
inc_comp_single_bs.cl Support for inline VeraCrypt PIM Brute-Force 5 years ago
inc_comp_single_bs.h Add headers for OpenCL include files 5 years ago
inc_diskcryptor_xts.cl Reorder the TC/VC/DC header checks 5 years ago
inc_diskcryptor_xts.h Add DiskCryptor modules for 1024 bit and 1536 and support for Serpent and Twofish. Be careful, untested yet! 5 years ago
inc_ecc_secp256k1.cl fixes #2341: electrum 4/5 mod_512 () infinite loop fix 4 years ago
inc_ecc_secp256k1.h Fix more rocm compiler warning 4 years ago
inc_hash_blake2b.cl fixes #1298: add pure kernels for -m 600 = BLAKE2b-512 4 years ago
inc_hash_blake2b.h remove extra newline in blake2b include file 4 years ago
inc_hash_md4.cl Revert a671d501aa 4 years ago
inc_hash_md4.h Whitelist some OpenCL specific functions 4 years ago
inc_hash_md5.cl Revert a671d501aa 4 years ago
inc_hash_md5.h Whitelist some OpenCL specific functions 4 years ago
inc_hash_ripemd160.cl Revert a671d501aa 4 years ago
inc_hash_ripemd160.h Whitelist some OpenCL specific functions 4 years ago
inc_hash_sha1.cl Use oldschool SHA1 kernel for CPU it's slightly faster 4 years ago
inc_hash_sha1.h Whitelist some OpenCL specific functions 4 years ago
inc_hash_sha224.cl Revert a671d501aa 4 years ago
inc_hash_sha224.h Whitelist some OpenCL specific functions 4 years ago
inc_hash_sha256.cl Revert a671d501aa 4 years ago
inc_hash_sha256.h Whitelist some OpenCL specific functions 4 years ago
inc_hash_sha384.cl Fix some bugs in -m 10800, -m 15400 and -m 18700 in --backend-vector-width mode > 1 4 years ago
inc_hash_sha384.h Whitelist some OpenCL specific functions 4 years ago
inc_hash_sha512.cl Revert a671d501aa 4 years ago
inc_hash_sha512.h Whitelist some OpenCL specific functions 4 years ago
inc_hash_streebog256.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
inc_hash_streebog256.h Replace (u32x) (...) with make_u32x (...) 5 years ago
inc_hash_streebog512.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
inc_hash_streebog512.h Fix streebog512_g() in vector datatype mode 4 years ago
inc_hash_whirlpool.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
inc_hash_whirlpool.h Rewrite MT[X][256] constants to MTX[256] constants in whirlpool hash 4 years ago
inc_luks_aes.cl Add missing inc_platform.h include 5 years ago
inc_luks_aes.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 5 years ago
inc_luks_af.cl Add missing inc_platform.h include 5 years ago
inc_luks_af.h Fix some invalid code sections caused from conversion 5 years ago
inc_luks_essiv.cl Add missing inc_platform.h include 5 years ago
inc_luks_essiv.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 5 years ago
inc_luks_serpent.cl Add missing inc_platform.h include 5 years ago
inc_luks_serpent.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 5 years ago
inc_luks_twofish.cl Add missing inc_platform.h include 5 years ago
inc_luks_twofish.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 5 years ago
inc_luks_xts.cl Add missing inc_platform.h include 5 years ago
inc_luks_xts.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 5 years ago
inc_platform.cl Some more ROCm performance tuning 5 years ago
inc_platform.h Some more ROCm performance tuning 5 years ago
inc_rp.cl Merge pull request #2448 from philsmd/refactor_cosmetic_fix 4 years ago
inc_rp.h Fix missing const keyword in some includes 5 years ago
inc_rp_optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
inc_rp_optimized.h Fix kernel_rules variable name 5 years ago
inc_scalar.cl Support for inline VeraCrypt PIM Brute-Force 5 years ago
inc_scalar.h Add headers for OpenCL include files 5 years ago
inc_simd.cl Fix constant memory use of bfs_buf 5 years ago
inc_simd.h SIMD: add VECTOR_ELEMENT macro 4 years ago
inc_truecrypt_crc32.cl Rename CONSTANT_AS to CONSTANT_VK 5 years ago
inc_truecrypt_crc32.h Get rid of CONSTSPEC macro in OpenCL kernels 5 years ago
inc_truecrypt_keyfile.cl Add missing inc_platform.h include 5 years ago
inc_truecrypt_keyfile.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 5 years ago
inc_truecrypt_xts.cl Add missing inc_platform.h include 5 years ago
inc_truecrypt_xts.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 5 years ago
inc_types.h OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
inc_vendor.h Add option to force disable real SHM access to be used from within the module 4 years ago
inc_veracrypt_xts.cl Add missing inc_platform.h include 5 years ago
inc_veracrypt_xts.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 5 years ago
inc_zip_inflate.cl Fix some formating 4 years ago
m00000_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00000_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00000_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00000_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00000_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00000_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00010_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00010_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00010_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00010_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00010_a3-optimized.cl cosmetic: minor code style fixes 4 years ago
m00010_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00020_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00020_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00020_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00020_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00020_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00020_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00030_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00030_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00030_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00030_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00030_a3-optimized.cl cosmetic: minor code style fixes 4 years ago
m00030_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00040_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00040_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00040_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00040_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00040_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00040_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00050_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00050_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00050_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00050_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00050_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00050_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00060_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00060_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00060_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00060_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00060_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00060_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00100_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00100_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00100_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00100_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00100_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00100_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00110_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00110_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00110_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00110_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00110_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00110_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00120_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00120_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00120_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00120_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00120_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00120_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00130_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00130_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00130_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00130_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00130_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00130_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00140_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00140_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00140_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00140_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00140_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00140_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00150_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00150_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00150_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00150_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00150_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00150_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00160_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00160_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00160_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00160_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00160_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00160_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00200_a0-optimized.cl Add unpack_v8x_from_v32 for vector datatypes, update -m 200 4 years ago
m00200_a1-optimized.cl Add unpack_v8x_from_v32 for vector datatypes, update -m 200 4 years ago
m00200_a3-optimized.cl Add unpack_v8x_from_v32 for vector datatypes, update -m 200 4 years ago
m00300_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00300_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00300_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00300_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00300_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m00300_a3-pure.cl Add missing inc_platform.h include 5 years ago
m00400-optimized.cl cosmetic: minor code style fixes 4 years ago
m00400-pure.cl Add missing inc_platform.h include 5 years ago
m00500-optimized.cl Add missing inc_platform.h include 5 years ago
m00500-pure.cl Add missing inc_platform.h include 5 years ago
m00600_a0-optimized.cl fixes #1298: add pure kernels for -m 600 = BLAKE2b-512 4 years ago
m00600_a0-pure.cl fixes #1298: add pure kernels for -m 600 = BLAKE2b-512 4 years ago
m00600_a1-optimized.cl fixes #1298: add pure kernels for -m 600 = BLAKE2b-512 4 years ago
m00600_a1-pure.cl fixes #1298: add pure kernels for -m 600 = BLAKE2b-512 4 years ago
m00600_a3-optimized.cl fixes #1298: add pure kernels for -m 600 = BLAKE2b-512 4 years ago
m00600_a3-pure.cl fixes #1298: add pure kernels for -m 600 = BLAKE2b-512 4 years ago
m00900_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m00900_a0-pure.cl Add missing inc_platform.h include 5 years ago
m00900_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m00900_a1-pure.cl Add missing inc_platform.h include 5 years ago
m00900_a3-optimized.cl cosmetic: minor code style fixes 4 years ago
m00900_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01000_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m01000_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01000_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m01000_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01000_a3-optimized.cl cosmetic: minor code style fixes 4 years ago
m01000_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01100_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m01100_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01100_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m01100_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01100_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m01100_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01300_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m01300_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01300_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m01300_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01300_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m01300_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01400_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m01400_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01400_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m01400_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01400_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m01400_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01410_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m01410_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01410_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m01410_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01410_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m01410_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01420_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m01420_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01420_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m01420_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01420_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m01420_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01430_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m01430_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01430_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m01430_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01430_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m01430_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01440_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m01440_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01440_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m01440_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01440_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m01440_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01450_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m01450_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01450_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m01450_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01450_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m01450_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01460_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m01460_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01460_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m01460_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01460_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m01460_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01500_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m01500_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m01500_a3-pure.cl cosmetic: minor code style fixes 4 years ago
m01600-optimized.cl Add missing inc_platform.h include 5 years ago
m01600-pure.cl Add missing inc_platform.h include 5 years ago
m01700_a0-optimized.cl Manually unroll sha2 hashes 5 years ago
m01700_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01700_a1-optimized.cl Manually unroll sha2 hashes 5 years ago
m01700_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01700_a3-optimized.cl Manually unroll sha2 hashes 5 years ago
m01700_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01710_a0-optimized.cl Manually unroll sha2 hashes 5 years ago
m01710_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01710_a1-optimized.cl Manually unroll sha2 hashes 5 years ago
m01710_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01710_a3-optimized.cl Manually unroll sha2 hashes 5 years ago
m01710_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01720_a0-optimized.cl Manually unroll sha2 hashes 5 years ago
m01720_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01720_a1-optimized.cl Manually unroll sha2 hashes 5 years ago
m01720_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01720_a3-optimized.cl Manually unroll sha2 hashes 5 years ago
m01720_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01730_a0-optimized.cl Manually unroll sha2 hashes 5 years ago
m01730_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01730_a1-optimized.cl Manually unroll sha2 hashes 5 years ago
m01730_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01730_a3-optimized.cl Manually unroll sha2 hashes 5 years ago
m01730_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01740_a0-optimized.cl Manually unroll sha2 hashes 5 years ago
m01740_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01740_a1-optimized.cl Manually unroll sha2 hashes 5 years ago
m01740_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01740_a3-optimized.cl Manually unroll sha2 hashes 5 years ago
m01740_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01750_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m01750_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01750_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m01750_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01750_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m01750_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01760_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m01760_a0-pure.cl Add missing inc_platform.h include 5 years ago
m01760_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m01760_a1-pure.cl Add missing inc_platform.h include 5 years ago
m01760_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m01760_a3-pure.cl Add missing inc_platform.h include 5 years ago
m01800-optimized.cl Add missing inc_platform.h include 5 years ago
m01800-pure.cl Add missing inc_platform.h include 5 years ago
m02000_a0-optimized.cl Add optimized fake kernels for -m 2000 to enable hashcat to respect user decision to use pure or optimized password candidate generators in --stdout mode 4 years ago
m02000_a0-pure.cl fix some further kernel declarations 4 years ago
m02000_a1-optimized.cl Fix kernel declarations in optimized -m 2000 kernels 4 years ago
m02000_a1-pure.cl Add missing inc_platform.h include 5 years ago
m02000_a3-optimized.cl Fix kernel declarations in optimized -m 2000 kernels 4 years ago
m02000_a3-pure.cl Add missing inc_platform.h include 5 years ago
m02100-pure.cl Add missing inc_platform.h include 5 years ago
m02400_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m02400_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m02400_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m02410_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m02410_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m02410_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m02500-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m02501-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m02610_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02610_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02610_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02610_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02610_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02610_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02710_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02710_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02710_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02810_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02810_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02810_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02810_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02810_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m02810_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03000_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03000_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03000_a3-pure.cl cosmetic: minor code style fixes 4 years ago
m03100_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m03100_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m03100_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m03200-pure.cl Do not use dynamic shared memory if dynamic_local_mem_size is a multiple of local_mem_size 4 years ago
m03710_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03710_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03710_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03710_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03710_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03710_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03800_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m03800_a0-pure.cl Add missing inc_platform.h include 5 years ago
m03800_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m03800_a1-pure.cl Add missing inc_platform.h include 5 years ago
m03800_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m03800_a3-pure.cl Add missing inc_platform.h include 5 years ago
m03910_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03910_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03910_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03910_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03910_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m03910_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04010_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04010_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04010_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04010_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04010_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04010_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04110_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04110_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04110_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04110_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04110_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04110_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04310_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04310_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04310_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04310_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04310_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04310_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04400_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04400_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04400_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04400_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04400_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04400_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04500_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04500_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04500_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04500_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04500_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04500_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04520_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04520_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04520_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04520_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04520_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04520_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04700_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04700_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04700_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04700_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04700_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04700_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04710_a0-optimized.cl Added hash-mode 4711, Huawei sha1(md5(pass).salt) 5 years ago
m04710_a0-pure.cl switch hash-mode from 4710 to 20800 5 years ago
m04710_a1-optimized.cl Added hash-mode 4711, Huawei sha1(md5(pass).salt) 5 years ago
m04710_a1-pure.cl switch hash-mode from 4710 to 20800 5 years ago
m04710_a3-optimized.cl Added hash-mode 4711, Huawei sha1(md5(pass).salt) 5 years ago
m04710_a3-pure.cl Make -m 4710 more generic 5 years ago
m04800_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m04800_a0-pure.cl Add missing inc_platform.h include 5 years ago
m04800_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m04800_a1-pure.cl Add missing inc_platform.h include 5 years ago
m04800_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m04800_a3-pure.cl Add missing inc_platform.h include 5 years ago
m04900_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m04900_a0-pure.cl Add missing inc_platform.h include 5 years ago
m04900_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m04900_a1-pure.cl Add missing inc_platform.h include 5 years ago
m04900_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m04900_a3-pure.cl Add missing inc_platform.h include 5 years ago
m05100_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m05100_a0-pure.cl Add missing inc_platform.h include 5 years ago
m05100_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m05100_a1-pure.cl Add missing inc_platform.h include 5 years ago
m05100_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m05100_a3-pure.cl Add missing inc_platform.h include 5 years ago
m05200-pure.cl Add missing inc_platform.h include 5 years ago
m05300_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m05300_a0-pure.cl Add missing inc_platform.h include 5 years ago
m05300_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m05300_a1-pure.cl Add missing inc_platform.h include 5 years ago
m05300_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m05300_a3-pure.cl Add missing inc_platform.h include 5 years ago
m05400_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m05400_a0-pure.cl Add missing inc_platform.h include 5 years ago
m05400_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m05400_a1-pure.cl Add missing inc_platform.h include 5 years ago
m05400_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m05400_a3-pure.cl Add missing inc_platform.h include 5 years ago
m05500_a0-optimized.cl Do not use __local keyword in -m 5500 for devices without real shared memory 4 years ago
m05500_a0-pure.cl Do not use __local keyword in -m 5500 for devices without real shared memory 4 years ago
m05500_a1-optimized.cl Do not use __local keyword in -m 5500 for devices without real shared memory 4 years ago
m05500_a1-pure.cl Do not use __local keyword in -m 5500 for devices without real shared memory 4 years ago
m05500_a3-optimized.cl Do not use __local keyword in -m 5500 for devices without real shared memory 4 years ago
m05500_a3-pure.cl Do not use __local keyword in -m 5500 for devices without real shared memory 4 years ago
m05600_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m05600_a0-pure.cl Add missing inc_platform.h include 5 years ago
m05600_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m05600_a1-pure.cl Add missing inc_platform.h include 5 years ago
m05600_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m05600_a3-pure.cl Add missing inc_platform.h include 5 years ago
m05800-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m05800-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m06000_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m06000_a0-pure.cl Add missing inc_platform.h include 5 years ago
m06000_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m06000_a1-pure.cl Add missing inc_platform.h include 5 years ago
m06000_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m06000_a3-pure.cl Add missing inc_platform.h include 5 years ago
m06100_a0-optimized.cl Rewrite MT[X][256] constants to MTX[256] constants in whirlpool hash 4 years ago
m06100_a0-pure.cl Rewrite MT[X][256] constants to MTX[256] constants in whirlpool hash 4 years ago
m06100_a1-optimized.cl Rewrite MT[X][256] constants to MTX[256] constants in whirlpool hash 4 years ago
m06100_a1-pure.cl Rewrite MT[X][256] constants to MTX[256] constants in whirlpool hash 4 years ago
m06100_a3-optimized.cl Rewrite MT[X][256] constants to MTX[256] constants in whirlpool hash 4 years ago
m06100_a3-pure.cl Rewrite MT[X][256] constants to MTX[256] constants in whirlpool hash 4 years ago
m06211-pure.cl Reorder the TC/VC/DC header checks 5 years ago
m06212-pure.cl Reorder the TC/VC/DC header checks 5 years ago
m06213-pure.cl Reorder the TC/VC/DC header checks 5 years ago
m06221-pure.cl Reorder the TC/VC/DC header checks 5 years ago
m06222-pure.cl Reorder the TC/VC/DC header checks 5 years ago
m06223-pure.cl Reorder the TC/VC/DC header checks 5 years ago
m06231-pure.cl Rewrite MT[X][256] constants to MTX[256] constants in whirlpool hash 4 years ago
m06232-pure.cl Rewrite MT[X][256] constants to MTX[256] constants in whirlpool hash 4 years ago
m06233-pure.cl Rewrite MT[X][256] constants to MTX[256] constants in whirlpool hash 4 years ago
m06300-optimized.cl Add missing inc_platform.h include 5 years ago
m06300-pure.cl Add missing inc_platform.h include 5 years ago
m06400-pure.cl Add missing inc_platform.h include 5 years ago
m06500-pure.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m06600-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m06700-pure.cl Add missing inc_platform.h include 5 years ago
m06800-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m06900_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m06900_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m06900_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m07000_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m07000_a0-pure.cl Add missing inc_platform.h include 5 years ago
m07000_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m07000_a1-pure.cl Add missing inc_platform.h include 5 years ago
m07000_a3-optimized.cl Set -m 7000 to OPTS_TYPE_PT_GENERATE_BE mode to slightly improve performance 4 years ago
m07000_a3-pure.cl Set -m 7000 to OPTS_TYPE_PT_GENERATE_BE mode to slightly improve performance 4 years ago
m07100-pure.cl Add missing inc_platform.h include 5 years ago
m07300_a0-optimized.cl Move esalt buffer in -m 7300 to shared memory to slightly improve performance 4 years ago
m07300_a0-pure.cl Add missing inc_platform.h include 5 years ago
m07300_a1-optimized.cl Move esalt buffer in -m 7300 to shared memory to slightly improve performance 4 years ago
m07300_a1-pure.cl Add missing inc_platform.h include 5 years ago
m07300_a3-optimized.cl Move esalt buffer in -m 7300 to shared memory to slightly improve performance 4 years ago
m07300_a3-pure.cl Add missing inc_platform.h include 5 years ago
m07400-optimized.cl mini optimization for -m 740x optimized kernel 4 years ago
m07400-pure.cl Add missing inc_platform.h include 5 years ago
m07500_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m07500_a0-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m07500_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m07500_a1-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m07500_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m07500_a3-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m07700_a0-optimized.cl cosmetic: minor code style fixes 4 years ago
m07700_a1-optimized.cl cosmetic: minor code style fixes 4 years ago
m07700_a3-optimized.cl Some more ROCm performance tuning for -m 77xx 5 years ago
m07701_a0-optimized.cl cosmetic: minor code style fixes 4 years ago
m07701_a1-optimized.cl cosmetic: minor code style fixes 4 years ago
m07701_a3-optimized.cl Some more ROCm performance tuning for -m 77xx 5 years ago
m07800_a0-optimized.cl Revert "Precompute some constants to improve performance of -m 780x SAP kernels" 4 years ago
m07800_a1-optimized.cl Revert "Precompute some constants to improve performance of -m 780x SAP kernels" 4 years ago
m07800_a3-optimized.cl Revert "Precompute some constants to improve performance of -m 780x SAP kernels" 4 years ago
m07801_a0-optimized.cl Revert "Precompute some constants to improve performance of -m 780x SAP kernels" 4 years ago
m07801_a1-optimized.cl Revert "Precompute some constants to improve performance of -m 780x SAP kernels" 4 years ago
m07801_a3-optimized.cl Revert "Precompute some constants to improve performance of -m 780x SAP kernels" 4 years ago
m07900-pure.cl Small speedup for -m 7900 (Drupal) 4 years ago
m08000_a0-optimized.cl Manually unroll sha2 hashes 5 years ago
m08000_a1-optimized.cl Manually unroll sha2 hashes 5 years ago
m08000_a3-optimized.cl Manually unroll sha2 hashes 5 years ago
m08100_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m08100_a0-pure.cl Add missing inc_platform.h include 5 years ago
m08100_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m08100_a1-pure.cl Add missing inc_platform.h include 5 years ago
m08100_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m08100_a3-pure.cl Add missing inc_platform.h include 5 years ago
m08200-pure.cl Add missing inc_platform.h include 5 years ago
m08300_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m08300_a0-pure.cl fixes #2365: NSEC3 dot replace and empty salt/domain fix 4 years ago
m08300_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m08300_a1-pure.cl fixes #2365: NSEC3 dot replace and empty salt/domain fix 4 years ago
m08300_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m08300_a3-pure.cl fixes #2365: NSEC3 dot replace and empty salt/domain fix 4 years ago
m08400_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m08400_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m08400_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m08400_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m08400_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m08400_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m08500_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m08500_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m08500_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m08600_a0-pure.cl Backport -m 8700 optimization to -m 8600 4 years ago
m08600_a1-pure.cl Backport -m 8700 optimization to -m 8600 4 years ago
m08600_a3-pure.cl Backport -m 8700 optimization to -m 8600 4 years ago
m08700_a0-optimized.cl Backport -m 8700 optimization to -m 8600 4 years ago
m08700_a1-optimized.cl Backport -m 8700 optimization to -m 8600 4 years ago
m08700_a3-optimized.cl Backport -m 8700 optimization to -m 8600 4 years ago
m08800-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m08900-pure.cl Fix CUDA JiT compiler warning in SCRYPT based kernels 5 years ago
m09000-pure.cl Use __launch_bounds__ in CUDA as replacement for reqd_work_group_size() in OpenCL 5 years ago
m09100-pure.cl Do REAL_SHM check in -m 9100 4 years ago
m09400-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m09500-pure.cl Fixed issue where multiple hashes with the same salt would fail to crack in module/kernel for 9500. Remove unused include in module for 9600. 5 years ago
m09600-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m09700_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m09700_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m09700_a3-optimized.cl Fix cracking of -m 97xx hashes in -a 3 mode of passwords of length between 8-15 5 years ago
m09710_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m09710_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m09710_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m09720_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m09720_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m09720_a3-optimized.cl Fix cracking of -m 97xx hashes in -a 3 mode of passwords of length between 8-15 5 years ago
m09800_a0-optimized.cl fixes #2067: 40-bit oldoffice false positive problem 4 years ago
m09800_a1-optimized.cl fixes #2067: 40-bit oldoffice false positive problem 4 years ago
m09800_a3-optimized.cl fixes #2067: 40-bit oldoffice false positive problem 4 years ago
m09810_a0-optimized.cl fixes #2067: 40-bit oldoffice false positive problem 4 years ago
m09810_a1-optimized.cl fixes #2067: 40-bit oldoffice false positive problem 4 years ago
m09810_a3-optimized.cl fixes #2067: 40-bit oldoffice false positive problem 4 years ago
m09820_a0-optimized.cl fixes #2067: 40-bit oldoffice false positive problem 4 years ago
m09820_a1-optimized.cl fixes #2067: 40-bit oldoffice false positive problem 4 years ago
m09820_a3-optimized.cl fixes #2067: 40-bit oldoffice false positive problem 4 years ago
m09900_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m09900_a0-pure.cl Add missing inc_platform.h include 5 years ago
m09900_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m09900_a1-pure.cl Add missing inc_platform.h include 5 years ago
m09900_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m09900_a3-pure.cl Add missing inc_platform.h include 5 years ago
m10100_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m10100_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m10100_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m10300-pure.cl Add missing inc_platform.h include 5 years ago
m10400_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m10400_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m10400_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m10410_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m10410_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m10410_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m10420_a0-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 5 years ago
m10420_a1-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 5 years ago
m10420_a3-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 5 years ago
m10500-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m10700-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m10700-pure.cl fixes #2123: -m 10700 pure kernel false negative fixed 4 years ago
m10800_a0-optimized.cl Manually unroll sha2 hashes 5 years ago
m10800_a0-pure.cl Add missing inc_platform.h include 5 years ago
m10800_a1-optimized.cl Manually unroll sha2 hashes 5 years ago
m10800_a1-pure.cl Add missing inc_platform.h include 5 years ago
m10800_a3-optimized.cl Manually unroll sha2 hashes 5 years ago
m10800_a3-pure.cl Add missing inc_platform.h include 5 years ago
m10900-pure.cl Add missing inc_platform.h include 5 years ago
m11000_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m11000_a0-pure.cl Add missing inc_platform.h include 5 years ago
m11000_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m11000_a1-pure.cl Add missing inc_platform.h include 5 years ago
m11000_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m11000_a3-pure.cl Add missing inc_platform.h include 5 years ago
m11100_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m11100_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m11100_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m11100_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m11100_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m11100_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m11200_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m11200_a0-pure.cl Add missing inc_platform.h include 5 years ago
m11200_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m11200_a1-pure.cl Add missing inc_platform.h include 5 years ago
m11200_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m11200_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m11300-pure.cl formatting: remove extra block/identation for -m 11300 5 years ago
m11400_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m11400_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m11400_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m11500_a0-optimized.cl Speed up -m 11500 in general 5 years ago
m11500_a1-optimized.cl Speed up -m 11500 in general 5 years ago
m11500_a3-optimized.cl Speed up -m 11500 in general 5 years ago
m11600-optimized.cl Add -m 11600 optimized kernel 4 years ago
m11600-pure.cl Add -m 11600 optimized kernel 4 years ago
m11700_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m11700_a0-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11700_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m11700_a1-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11700_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m11700_a3-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11750_a0-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11750_a1-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11750_a3-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11760_a0-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11760_a1-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11760_a3-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11800_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11800_a0-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11800_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11800_a1-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11800_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11800_a3-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11850_a0-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11850_a1-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11850_a3-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11860_a0-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11860_a1-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11860_a3-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m11900-pure.cl Add missing inc_platform.h include 5 years ago
m12000-pure.cl Add missing inc_platform.h include 5 years ago
m12200-pure.cl Add missing inc_platform.h include 5 years ago
m12300-pure.cl Add missing inc_platform.h include 5 years ago
m12400-pure.cl Remove some useless code in -m 12400 4 years ago
m12500-optimized.cl Small speedup for -m 12500 (RAR3-hp) in optimized mode 4 years ago
m12500-pure.cl cosmetic: make pure kernel of rar3-hp easier to read 4 years ago
m12600_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m12600_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m12600_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m12600_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m12600_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m12600_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m12700-pure.cl Decrypt another 16 byte in -m 12700 and -m 15200 to reduce false positives 4 years ago
m12800-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m12900-pure.cl Add missing inc_platform.h include 5 years ago
m13000-pure.cl Add missing inc_platform.h include 5 years ago
m13100_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m13100_a0-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m13100_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m13100_a1-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m13100_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m13100_a3-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m13200-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m13300_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m13300_a0-pure.cl Add missing inc_platform.h include 5 years ago
m13300_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m13300_a1-pure.cl Add missing inc_platform.h include 5 years ago
m13300_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m13300_a3-pure.cl Add missing inc_platform.h include 5 years ago
m13400-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m13500_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m13500_a0-pure.cl Add missing inc_platform.h include 5 years ago
m13500_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m13500_a1-pure.cl Add missing inc_platform.h include 5 years ago
m13500_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m13500_a3-pure.cl Add missing inc_platform.h include 5 years ago
m13600-pure.cl Reenable SIMD mode for -m 13600 4 years ago
m13711-pure.cl Add support for OPTS_TYPE_LOOP_EXTENDED kernel for special cases like VeraCrypt 4 years ago
m13712-pure.cl Add support for OPTS_TYPE_LOOP_EXTENDED kernel for special cases like VeraCrypt 4 years ago
m13713-pure.cl Add support for OPTS_TYPE_LOOP_EXTENDED kernel for special cases like VeraCrypt 4 years ago
m13721-pure.cl Remove old code in m13721_loop() 4 years ago
m13722-pure.cl Fix invalid call to check_header_1536() in -m 13722 4 years ago
m13723-pure.cl Add support for OPTS_TYPE_LOOP_EXTENDED kernel for special cases like VeraCrypt 4 years ago
m13731-pure.cl Add support for OPTS_TYPE_LOOP_EXTENDED kernel for special cases like VeraCrypt 4 years ago
m13732-pure.cl Add support for OPTS_TYPE_LOOP_EXTENDED kernel for special cases like VeraCrypt 4 years ago
m13733-pure.cl Add support for OPTS_TYPE_LOOP_EXTENDED kernel for special cases like VeraCrypt 4 years ago
m13751-pure.cl Add support for OPTS_TYPE_LOOP_EXTENDED kernel for special cases like VeraCrypt 4 years ago
m13752-pure.cl Add support for OPTS_TYPE_LOOP_EXTENDED kernel for special cases like VeraCrypt 4 years ago
m13753-pure.cl Add support for OPTS_TYPE_LOOP_EXTENDED kernel for special cases like VeraCrypt 4 years ago
m13771-pure.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m13772-pure.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m13773-pure.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m13800_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m13800_a0-pure.cl Add missing inc_platform.h include 5 years ago
m13800_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m13800_a1-pure.cl Add missing inc_platform.h include 5 years ago
m13800_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m13800_a3-pure.cl Add missing inc_platform.h include 5 years ago
m13900_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m13900_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m13900_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m13900_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m13900_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m13900_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m14000_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m14000_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m14000_a3-pure.cl Fixed uninitialized value in bitsliced DES kernel (BF mode only) leading to false negatives 4 years ago
m14100_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m14100_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m14100_a3-pure.cl Fix VECT_SIZE > 1 in OpenCL/m14100_a3-pure.cl 4 years ago
m14400_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m14400_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m14400_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m14400_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m14400_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m14400_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m14611-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m14612-pure.cl Add missing inc_platform.h include 5 years ago
m14613-pure.cl Add missing inc_platform.h include 5 years ago
m14621-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m14622-pure.cl Add missing inc_platform.h include 5 years ago
m14623-pure.cl Add missing inc_platform.h include 5 years ago
m14631-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m14632-pure.cl Add missing inc_platform.h include 5 years ago
m14633-pure.cl Add missing inc_platform.h include 5 years ago
m14641-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m14642-pure.cl Add missing inc_platform.h include 5 years ago
m14643-pure.cl Add missing inc_platform.h include 5 years ago
m14700-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m14800-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m14900_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m14900_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m14900_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m15000_a0-optimized.cl Some unrolling for SHA2 based algorithms 5 years ago
m15000_a0-pure.cl Add missing inc_platform.h include 5 years ago
m15000_a1-optimized.cl Some unrolling for SHA2 based algorithms 5 years ago
m15000_a1-pure.cl Add missing inc_platform.h include 5 years ago
m15000_a3-optimized.cl Speed up -m 15000 in optimized -a 3 mode 5 years ago
m15000_a3-pure.cl Add missing inc_platform.h include 5 years ago
m15100-pure.cl Add missing inc_platform.h include 5 years ago
m15300-pure.cl More optimizations in -m 15300 and -m 15900 4 years ago
m15400_a0-optimized.cl cosmetic: minor code style fixes 4 years ago
m15400_a1-optimized.cl cosmetic: minor code style fixes 4 years ago
m15400_a3-optimized.cl cosmetic: minor code style fixes 4 years ago
m15500_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m15500_a0-pure.cl Add missing inc_platform.h include 5 years ago
m15500_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m15500_a1-pure.cl Add missing inc_platform.h include 5 years ago
m15500_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m15500_a3-pure.cl Add missing inc_platform.h include 5 years ago
m15600-pure.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m15700-pure.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m15900-pure.cl More optimizations in -m 15300 and -m 15900 4 years ago
m16000_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m16000_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m16000_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m16100_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m16100_a0-pure.cl Add missing inc_platform.h include 5 years ago
m16100_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m16100_a1-pure.cl Add missing inc_platform.h include 5 years ago
m16100_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m16100_a3-pure.cl Add missing inc_platform.h include 5 years ago
m16200-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m16300-pure.cl OpenCL Kernels: Added datatypes to literals of some 64 bit kernel constants 4 years ago
m16400_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m16400_a0-pure.cl Add missing inc_platform.h include 5 years ago
m16400_a1-optimized.cl Add missing inc_platform.h include 5 years ago
m16400_a1-pure.cl Add missing inc_platform.h include 5 years ago
m16400_a3-optimized.cl cosmetic: minor code style fixes 4 years ago
m16400_a3-pure.cl Add missing inc_platform.h include 5 years ago
m16511_a0-pure.cl Add missing inc_platform.h include 5 years ago
m16511_a1-pure.cl Add missing inc_platform.h include 5 years ago
m16511_a3-pure.cl Add missing inc_platform.h include 5 years ago
m16512_a0-pure.cl Add missing inc_platform.h include 5 years ago
m16512_a1-pure.cl Add missing inc_platform.h include 5 years ago
m16512_a3-pure.cl Add missing inc_platform.h include 5 years ago
m16513_a0-pure.cl Add missing inc_platform.h include 5 years ago
m16513_a1-pure.cl Add missing inc_platform.h include 5 years ago
m16513_a3-pure.cl Add missing inc_platform.h include 5 years ago
m16600_a0-optimized.cl Small optimization in -m 16600 4 years ago
m16600_a0-pure.cl Small optimization in -m 16600 4 years ago
m16600_a1-optimized.cl Small optimization in -m 16600 4 years ago
m16600_a1-pure.cl Small optimization in -m 16600 4 years ago
m16600_a3-optimized.cl Small optimization in -m 16600 4 years ago
m16600_a3-pure.cl Small optimization in -m 16600 4 years ago
m16800-pure.cl Add missing inc_platform.h include 5 years ago
m16801-pure.cl Add missing inc_platform.h include 5 years ago
m16900-pure.cl Add missing inc_platform.h include 5 years ago
m17200_a0-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17200_a1-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17200_a3-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17210_a0-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17210_a1-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17210_a3-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17220_a0-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17220_a1-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17220_a3-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17225_a0-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17225_a1-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17225_a3-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17230_a0-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17230_a1-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17230_a3-pure.cl pkzip: for u32 use MAX_DATA / 4 5 years ago
m17300_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17300_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17300_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17400_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17400_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17400_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17500_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17500_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17500_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17600_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17600_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17600_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17700_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17700_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17700_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17800_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17800_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17800_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17900_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17900_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m17900_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m18000_a0-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m18000_a1-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m18000_a3-optimized.cl OpenCL Kernels: Added datatypes to literals of enum costants 4 years ago
m18100_a0-pure.cl Add missing inc_platform.h include 5 years ago
m18100_a1-pure.cl Add missing inc_platform.h include 5 years ago
m18100_a3-pure.cl Add missing inc_platform.h include 5 years ago
m18200_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m18200_a0-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m18200_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m18200_a1-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m18200_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m18200_a3-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 5 years ago
m18300-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m18400-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m18500_a0-pure.cl cosmetic: minor code style fixes 4 years ago
m18500_a1-pure.cl fix some further kernel declarations 4 years ago
m18500_a3-pure.cl cosmetic: minor code style fixes 4 years ago
m18600-pure.cl Use __launch_bounds__ in CUDA as replacement for reqd_work_group_size() in OpenCL 5 years ago
m18700_a0-optimized.cl Add missing inc_platform.h include 5 years ago
m18700_a0-pure.cl Add missing inc_platform.h include 5 years ago
m18700_a1-optimized.cl Fix some bugs in -m 10800, -m 15400 and -m 18700 in --backend-vector-width mode > 1 4 years ago
m18700_a1-pure.cl Fix compiler warnings in -m 18700 pure mode 4 years ago
m18700_a3-optimized.cl Add missing inc_platform.h include 5 years ago
m18700_a3-pure.cl Add missing inc_platform.h include 5 years ago
m18800-pure.cl Add missing inc_platform.h include 5 years ago
m18900-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m19000-pure.cl Add missing inc_platform.h include 5 years ago
m19100-pure.cl Add missing inc_platform.h include 5 years ago
m19200-pure.cl Add missing inc_platform.h include 5 years ago
m19300_a0-pure.cl Speed up -m 19300 in general 5 years ago
m19300_a1-pure.cl Speed up -m 19300 in general 5 years ago
m19300_a3-pure.cl Speed up -m 19300 in general 5 years ago
m19500_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m19500_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m19500_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 5 years ago
m19600-pure.cl cosmetic: minor code style fixes 4 years ago
m19700-pure.cl cosmetic: minor code style fixes 4 years ago
m19800-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m19900-pure.cl Add LOCAL_VK to make use of __shared__ 5 years ago
m20011-pure.cl Reorder the TC/VC/DC header checks 5 years ago
m20012-pure.cl Reorder the TC/VC/DC header checks 5 years ago
m20013-pure.cl Reorder the TC/VC/DC header checks 5 years ago
m20500_a0-pure.cl minor: some code formatting changes for PKZIP 5 years ago
m20500_a1-pure.cl minor: some code formatting changes for PKZIP 5 years ago
m20500_a3-pure.cl minor: some code formatting changes for PKZIP 5 years ago
m20510_a0-pure.cl minor: some code formatting changes for PKZIP 5 years ago
m20510_a1-pure.cl minor: some code formatting changes for PKZIP 5 years ago
m20510_a3-pure.cl minor: some code formatting changes for PKZIP 5 years ago
m20600-pure.cl fix kernel 20600 build error, issue #2094 5 years ago
m20710_a0-optimized.cl update AuthMe patch (3) 5 years ago
m20710_a0-pure.cl update AuthMe patch (1) 5 years ago
m20710_a1-optimized.cl update AuthMe patch (3) 5 years ago
m20710_a1-pure.cl update AuthMe patch (1) 5 years ago
m20710_a3-optimized.cl update AuthMe patch (3) 5 years ago
m20710_a3-pure.cl update AuthMe patch (1) 5 years ago
m20800_a0-optimized.cl switch hash-mode from 4710 to 20800 5 years ago
m20800_a0-pure.cl switch hash-mode from 4710 to 20800 5 years ago
m20800_a1-optimized.cl switch hash-mode from 4710 to 20800 5 years ago
m20800_a1-pure.cl switch hash-mode from 4710 to 20800 5 years ago
m20800_a3-optimized.cl switch hash-mode from 4710 to 20800 5 years ago
m20800_a3-pure.cl switch hash-mode from 4710 to 20800 5 years ago
m20900_a0-optimized.cl remove extra spaces in -m 20900 4 years ago
m20900_a0-pure.cl switch hash-mode from 4410 to 20900 5 years ago
m20900_a1-optimized.cl remove extra spaces in -m 20900 4 years ago
m20900_a1-pure.cl Fix some formating 4 years ago
m20900_a3-optimized.cl remove extra spaces in -m 20900 4 years ago
m20900_a3-pure.cl switch hash-mode from 4410 to 20900 5 years ago
m21000_a0-optimized.cl switch hash-mode from 1770 to 21000 5 years ago
m21000_a0-pure.cl switch hash-mode from 1770 to 21000 5 years ago
m21000_a1-optimized.cl switch hash-mode from 1770 to 21000 5 years ago
m21000_a1-pure.cl switch hash-mode from 1770 to 21000 5 years ago
m21000_a3-optimized.cl switch hash-mode from 1770 to 21000 5 years ago
m21000_a3-pure.cl -m 21000 = BitShares fix for different vector width 4 years ago
m21100_a0-optimized.cl Added hash-mode 21100 optimized kernels 5 years ago
m21100_a0-pure.cl switch hash-mode from 4720 to 21100 5 years ago
m21100_a1-optimized.cl Added hash-mode 21100 optimized kernels 5 years ago
m21100_a1-pure.cl switch hash-mode from 4720 to 21100 5 years ago
m21100_a3-optimized.cl Added hash-mode 21100 optimized kernels 5 years ago
m21100_a3-pure.cl switch hash-mode from 4720 to 21100 5 years ago
m21200_a0-optimized.cl improved speed of -m 21200 by using pre-computed SHA1 hash 4 years ago
m21200_a0-pure.cl improved speed of -m 21200 by using pre-computed SHA1 hash 4 years ago
m21200_a1-optimized.cl improved speed of -m 21200 by using pre-computed SHA1 hash 4 years ago
m21200_a1-pure.cl improved speed of -m 21200 by using pre-computed SHA1 hash 4 years ago
m21200_a3-optimized.cl improved speed of -m 21200 by using pre-computed SHA1 hash 4 years ago
m21200_a3-pure.cl improved speed of -m 21200 by using pre-computed SHA1 hash 4 years ago
m21300_a0-pure.cl switch hash-mode from 4430 to 21300 5 years ago
m21300_a1-pure.cl switch hash-mode from 4430 to 21300 5 years ago
m21300_a3-pure.cl fix bug in 21300 a3 kernel 5 years ago
m21400_a0-optimized.cl switch hash-mode from 1470 to 21400, cleanup credits/readme/changes txt 5 years ago
m21400_a0-pure.cl switch hash-mode from 1470 to 21400, cleanup credits/readme/changes txt 5 years ago
m21400_a1-optimized.cl switch hash-mode from 1470 to 21400, cleanup credits/readme/changes txt 5 years ago
m21400_a1-pure.cl switch hash-mode from 1470 to 21400, cleanup credits/readme/changes txt 5 years ago
m21400_a3-optimized.cl switch hash-mode from 1470 to 21400, cleanup credits/readme/changes txt 5 years ago
m21400_a3-pure.cl switch hash-mode from 1470 to 21400, cleanup credits/readme/changes txt 5 years ago
m21500-pure.cl Fix some code in -m 21500 5 years ago
m21600-pure.cl Fix -m 21600 default hash length 4 years ago
m21700-pure.cl electrum 4/5: improve speed (rm hook) 4 years ago
m21800-pure.cl electrum 5: use parenthesis (avoid Intel compiler warning) 4 years ago
m22000-pure.cl Add support to load hashes for hash-mode 2500 and 16800 format from hash-mode 22000 4 years ago
m22001-pure.cl Initial -m 22001 support 4 years ago
m22100-pure.cl Workaround for -m 22100 on NVIDIA 4 years ago
m22200_a0-optimized.cl Added hash-mode: Citrix NetScaler (SHA512) 4 years ago
m22200_a0-pure.cl Added hash-mode: Citrix NetScaler (SHA512) 4 years ago
m22200_a1-optimized.cl Added hash-mode: Citrix NetScaler (SHA512) 4 years ago
m22200_a1-pure.cl Added hash-mode: Citrix NetScaler (SHA512) 4 years ago
m22200_a3-optimized.cl Added hash-mode: Citrix NetScaler (SHA512) 4 years ago
m22200_a3-pure.cl Added hash-mode: Citrix NetScaler (SHA512) 4 years ago
m22300_a0-optimized.cl Added -m 22300 = sha256($salt.$pass.$salt) 4 years ago
m22300_a0-pure.cl Added -m 22300 = sha256($salt.$pass.$salt) 4 years ago
m22300_a1-optimized.cl Added -m 22300 = sha256($salt.$pass.$salt) 4 years ago
m22300_a1-pure.cl Added -m 22300 = sha256($salt.$pass.$salt) 4 years ago
m22300_a3-optimized.cl Added -m 22300 = sha256($salt.$pass.$salt) 4 years ago
m22300_a3-pure.cl Added -m 22300 = sha256($salt.$pass.$salt) 4 years ago
m22400-pure.cl Small performance boost in -m 22400 4 years ago
m22500_a0-optimized.cl fixes possible off-by-one verification problem with -m 22500 = MultiBit Classic 4 years ago
m22500_a0-pure.cl fixes possible off-by-one verification problem with -m 22500 = MultiBit Classic 4 years ago
m22500_a1-optimized.cl fixes possible off-by-one verification problem with -m 22500 = MultiBit Classic 4 years ago
m22500_a1-pure.cl fixes possible off-by-one verification problem with -m 22500 = MultiBit Classic 4 years ago
m22500_a3-optimized.cl fixes possible off-by-one verification problem with -m 22500 = MultiBit Classic 4 years ago
m22500_a3-pure.cl fixes possible off-by-one verification problem with -m 22500 = MultiBit Classic 4 years ago
m22600-pure.cl Added -m 22600 = Telegram Desktop App Passcode (PBKDF2-HMAC-SHA1) 4 years ago
m22700-pure.cl fixes #2383: added -m 22700 = MultiBit HD (scrypt) 4 years ago
m23001_a0-optimized.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23001_a0-pure.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23001_a1-optimized.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23001_a1-pure.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23001_a3-optimized.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23001_a3-pure.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23002_a0-optimized.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23002_a0-pure.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23002_a1-optimized.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23002_a1-pure.cl fix some further kernel declarations 4 years ago
m23002_a3-optimized.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23002_a3-pure.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23003_a0-optimized.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23003_a0-pure.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23003_a1-optimized.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23003_a1-pure.cl fix some further kernel declarations 4 years ago
m23003_a3-optimized.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23003_a3-pure.cl fixes #2410: added -m 2300x = SecureZIP 4 years ago
m23100-pure.cl keychain: remove useless comment in kernel 4 years ago
m23200-pure.cl Added hash-mode: XMPP SCRAM 4 years ago
markov_be.cl Unroll some of the code in the candidate generators 4 years ago
markov_le.cl Unroll some of the code in the candidate generators 4 years ago
shared.cl Unroll some of the code in the candidate generators 4 years ago