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
jsteube 6716447dfc
Add support for zero-length salts in Electrum $4 and $5
5 days ago
..
amp_a0.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
amp_a1.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
amp_a3.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
inc_amp.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_bignum_operations.cl Fix some typos 9 months ago
inc_bignum_operations.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_cipher_aes-gcm.cl Fix missing AES_GCM_decrypt in inc_cipher_aes-gcm.cl 8 months ago
inc_cipher_aes-gcm.h m26610 now also checking second block of plaintext, moved AES_GCM_decrypt to seperate function 1 year ago
inc_cipher_aes.cl clang-tidy: use const pointer 9 months ago
inc_cipher_aes.h clang-tidy: use const pointer 9 months ago
inc_cipher_camellia.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_cipher_camellia.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_cipher_cast.cl Fix CRLF in OpenCL/inc_cipher_cast.cl 7 months ago
inc_cipher_cast.h Add missing OpenCL/inc_cipher_cast.cl and moved code from the .h to it 8 months ago
inc_cipher_des.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_cipher_des.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_cipher_kuznyechik.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_cipher_kuznyechik.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_cipher_rc4.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_cipher_rc4.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_cipher_serpent.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_cipher_serpent.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_cipher_twofish.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_cipher_twofish.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_common.cl Add new function count_bits_32() in inc_common.cl 5 months ago
inc_common.h Add new function count_bits_32() in inc_common.cl 5 months ago
inc_comp_multi.cl Kernels: Refactored standard kernel declaration to use a structure holding u32/u64 attributes to reduce the number of attributes 2 years ago
inc_comp_multi.h Add headers for OpenCL include files 5 years ago
inc_comp_multi_bs.cl Kernels: Refactored standard kernel declaration to use a structure holding u32/u64 attributes to reduce the number of attributes 2 years ago
inc_comp_multi_bs.h Add headers for OpenCL include files 5 years ago
inc_comp_multi_iba.cl Add support for hash comparison checks to allow slight inaccuracies if so selected in the kernel 5 months ago
inc_comp_multi_iba.h Add support for hash comparison checks to allow slight inaccuracies if so selected in the kernel 5 months ago
inc_comp_single.cl Kernels: Refactored standard kernel declaration to use a structure holding u32/u64 attributes to reduce the number of attributes 2 years ago
inc_comp_single.h Add headers for OpenCL include files 5 years ago
inc_comp_single_bs.cl Kernels: Refactored standard kernel declaration to use a structure holding u32/u64 attributes to reduce the number of attributes 2 years ago
inc_comp_single_bs.h Add headers for OpenCL include files 5 years ago
inc_diskcryptor_xts.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_diskcryptor_xts.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_ecc_secp256k1.cl clang-tidy: use const pointer 9 months ago
inc_ecc_secp256k1.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_hash_base58.cl Update inc_hash_base58.cl 6 months ago
inc_hash_base58.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_hash_blake2b.cl Fix function declaration of blake2b_init_vector_from_scalar() to use on Apple Metal 1 year ago
inc_hash_blake2b.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_hash_blake2s.cl Fixed build failed for 31000/Blake2s with vector width > 1 12 months ago
inc_hash_blake2s.h Finishing inc_hash_blake2s and starting to write kernels 1 year ago
inc_hash_md4.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago
inc_hash_md4.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_hash_md5.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago
inc_hash_md5.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_hash_ripemd160.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago
inc_hash_ripemd160.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_hash_sha1.cl Remove SHA1_TRANSFORM_SWAP modificaton in inc_hash_sha1.cl and use replacement of sha1_final in -m 32700 sources as replacement 8 months ago
inc_hash_sha1.h Added hash-mode: Veeam VBK 1 year ago
inc_hash_sha224.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago
inc_hash_sha224.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_hash_sha256.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago
inc_hash_sha256.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_hash_sha384.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago
inc_hash_sha384.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_hash_sha512.cl Fix sha512_hmac_init_global_utf16le_swap(); hmac doesn't have password length 2 years ago
inc_hash_sha512.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_hash_sm3.cl fix trailing spaces 1 year ago
inc_hash_sm3.h Optimize SM3 for use on platforms that support native bitselect() 1 year ago
inc_hash_streebog256.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_hash_streebog256.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_hash_streebog512.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_hash_streebog512.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_hash_whirlpool.cl clang-tidy: use const pointer 9 months ago
inc_hash_whirlpool.h clang-tidy: use const pointer 9 months ago
inc_luks_aes.cl New LUKS v1 modules 2 years ago
inc_luks_aes.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_luks_af.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_luks_af.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_luks_essiv.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_luks_essiv.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_luks_serpent.cl New LUKS v1 modules 2 years ago
inc_luks_serpent.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_luks_twofish.cl New LUKS v1 modules 2 years ago
inc_luks_twofish.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_luks_xts.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_luks_xts.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_markov.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_platform.cl Metal: added support for vectors up to 4 2 years ago
inc_platform.h Fix collision of scalar rotate() and simd rotate() in hash modes like 8900 9 months ago
inc_radmin3_constants.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_rp.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_rp.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_rp_optimized.cl Fix double use of macro HC_INLINE 1 year ago
inc_rp_optimized.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_scalar.cl Kernels: Refactored standard kernel declaration to use a structure holding u32/u64 attributes to reduce the number of attributes 2 years ago
inc_scalar.h Add headers for OpenCL include files 5 years ago
inc_shared.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_simd.cl Fix constant memory use of bfs_buf 5 years ago
inc_simd.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_truecrypt_crc32.cl Rename CONSTANT_AS to CONSTANT_VK 5 years ago
inc_truecrypt_crc32.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_truecrypt_keyfile.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_truecrypt_keyfile.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_truecrypt_xts.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_truecrypt_xts.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_types.h Fix vector datatypes usage for HIP 11 months ago
inc_vendor.h Prefix more macros to avoid collisions in other existing libraries 1 year ago
inc_veracrypt_keyfile.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_veracrypt_keyfile.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_veracrypt_xts.cl Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime 2 years ago
inc_veracrypt_xts.h Prepare rename macros in header files from _MACRO to MACRO 1 year ago
inc_zip_inflate.cl Fix a bug causing -m172xx (pkzip) to fail on data sizes > 32 KB 1 year ago
m00000_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00000_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00000_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00000_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00010_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00010_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00010_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00010_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00010_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00010_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00020_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00020_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00020_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00020_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00020_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00020_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00030_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00030_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00030_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00030_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00030_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00030_a3-pure.cl Backport changes to md4_update_vector_utf16le() in -m 1000 to -m 30, -m 40 and -m 70 1 year ago
m00040_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00040_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00040_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00040_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00040_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00040_a3-pure.cl Backport changes to md4_update_vector_utf16le() in -m 1000 to -m 30, -m 40 and -m 70 1 year ago
m00050_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00050_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00050_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00050_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00050_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00050_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00060_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00060_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00060_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00060_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00060_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00060_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00070_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00070_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00070_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00070_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00070_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00070_a3-pure.cl Backport changes to md4_update_vector_utf16le() in -m 1000 to -m 30, -m 40 and -m 70 1 year ago
m00100_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00100_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00100_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00100_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00100_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00100_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00110_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00110_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00110_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00110_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00110_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00110_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00120_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00120_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00120_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00120_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00120_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00120_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00130_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00130_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00130_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00130_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00130_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00130_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00140_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00140_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00140_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00140_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00140_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00140_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00150_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00150_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00150_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00150_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00150_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00150_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00160_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00160_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00160_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00160_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00160_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00160_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00170_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00170_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00170_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00170_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00170_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00170_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00200_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00200_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00200_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00300_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m00300_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00300_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m00300_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00300_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m00300_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00400-optimized.cl Rename STR() to M2S(), part 2 2 years ago
m00400-pure.cl Rename STR() to M2S(), part 2 2 years ago
m00500-optimized.cl Rename STR() to M2S(), part 2 2 years ago
m00500-pure.cl Rename STR() to M2S(), part 2 2 years ago
m00600_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00600_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00600_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00600_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00600_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00600_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00610_a0-optimized.cl Add BLAKE2b-512($salt.$pass) and BLAKE2b-512($pass.$salt) 2 years ago
m00610_a0-pure.cl Add BLAKE2b-512($salt.$pass) and BLAKE2b-512($pass.$salt) 2 years ago
m00610_a1-optimized.cl In the a3 610 kernel single function, apply correctly the last two characters of the salt 2 years ago
m00610_a1-pure.cl Add BLAKE2b-512($salt.$pass) and BLAKE2b-512($pass.$salt) 2 years ago
m00610_a3-optimized.cl Partially revert 9ce30defc: apply salt in the a3 610 multi kernel 2 years ago
m00610_a3-pure.cl Add BLAKE2b-512($salt.$pass) and BLAKE2b-512($pass.$salt) 2 years ago
m00620_a0-optimized.cl Add BLAKE2b-512($salt.$pass) and BLAKE2b-512($pass.$salt) 2 years ago
m00620_a0-pure.cl Add BLAKE2b-512($salt.$pass) and BLAKE2b-512($pass.$salt) 2 years ago
m00620_a1-optimized.cl Add BLAKE2b-512($salt.$pass) and BLAKE2b-512($pass.$salt) 2 years ago
m00620_a1-pure.cl Add BLAKE2b-512($salt.$pass) and BLAKE2b-512($pass.$salt) 2 years ago
m00620_a3-optimized.cl Add BLAKE2b-512($salt.$pass) and BLAKE2b-512($pass.$salt) 2 years ago
m00620_a3-pure.cl Add BLAKE2b-512($salt.$pass) and BLAKE2b-512($pass.$salt) 2 years ago
m00900_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00900_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00900_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00900_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00900_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m00900_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01000_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01000_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01000_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01000_a3-pure.cl Fix UTF8 to UTF16 conversion in -m 1000 -a 3 kernels for non SIMD compute devices 1 year ago
m01100_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m01100_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01100_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m01100_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01100_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m01100_a3-pure.cl Backport changes to md4_update_vector_utf16le() in -m 1000 to -m 1100 and -m 5500 1 year ago
m01300_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01300_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01300_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01300_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01300_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01300_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01400_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01400_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01400_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01400_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01400_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01400_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01410_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01410_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01410_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01410_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01410_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01410_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01420_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01420_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01420_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01420_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01420_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01420_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01430_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01430_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01430_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01430_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01430_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01430_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01440_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01440_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01440_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01440_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01440_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01440_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01450_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01450_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01450_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01450_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01450_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01450_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01460_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01460_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01460_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01460_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01460_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01460_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01470_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01470_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01470_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01470_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01470_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01470_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01500_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01500_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01500_a3-pure.cl DEScrypt Kernel (1500): Improved performance from 950MH/s to 2200MH/s (RX6900XT) on HIP backend by workaround invalid compile time optimizer 1 year ago
m01600-optimized.cl Rename STR() to M2S(), part 2 2 years ago
m01600-pure.cl Rename STR() to M2S(), part 2 2 years ago
m01700_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01700_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01700_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01700_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01700_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01700_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01710_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01710_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01710_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01710_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01710_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01710_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01720_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01720_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01720_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01720_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01720_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01720_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01730_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01730_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01730_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01730_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01730_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01730_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01740_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01740_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01740_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01740_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01740_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01740_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01750_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01750_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01750_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01750_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01750_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01750_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01760_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01760_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01760_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01760_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01760_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01760_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01770_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01770_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01770_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01770_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01770_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01770_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m01800-optimized.cl Rename STR() to M2S(), part 2 2 years ago
m01800-pure.cl Rename STR() to M2S(), part 2 2 years ago
m02000_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02000_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02000_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02000_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02100-pure.cl Rename STR() to M2S(), part 2 2 years ago
m02400_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02400_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02400_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02410_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02410_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02410_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02500-pure.cl clang-tidy: use const pointer 9 months ago
m02501-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02610_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m02610_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02610_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m02610_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02610_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m02610_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02630_a0-optimized.cl Added hash-mode: md5(md5($pass.$salt)) 10 months ago
m02630_a0-pure.cl Added hash-mode: md5(md5($pass.$salt)) 10 months ago
m02630_a1-optimized.cl Added hash-mode: md5(md5($pass.$salt)) 10 months ago
m02630_a1-pure.cl Added hash-mode: md5(md5($pass.$salt)) 10 months ago
m02630_a3-optimized.cl Added hash-mode: md5(md5($pass.$salt)) 10 months ago
m02630_a3-pure.cl Added hash-mode: md5(md5($pass.$salt)) 10 months ago
m02710_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m02710_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m02710_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m02810_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m02810_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02810_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m02810_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m02810_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m02810_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03000_a3-pure.cl GID_CNT wasn't checked in some kernel functions 2 years ago
m03100_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03100_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03100_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03200-pure.cl Fix some typos 9 months ago
m03500_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m03500_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03500_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m03500_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03500_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m03500_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03610_a0-optimized.cl fix trailing spaces 10 months ago
m03610_a0-pure.cl Added hash-mode: md5(md5(md5()).) 1 year ago
m03610_a1-optimized.cl fix trailing spaces 10 months ago
m03610_a1-pure.cl Added hash-mode: md5(md5(md5()).) 1 year ago
m03610_a3-optimized.cl fix trailing spaces 10 months ago
m03610_a3-pure.cl Added hash-mode: md5(md5(md5()).) 1 year ago
m03710_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m03710_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03710_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m03710_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03710_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m03710_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03730_a0-pure.cl Fix module 3730, Metal build errors 1 year ago
m03730_a1-pure.cl fix whitespace 1 year ago
m03730_a3-pure.cl Fixed incompatible pointer types (salt1 and salt2 buf) in 3730 a3 kernel 1 year ago
m03800_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03800_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03800_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03800_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03800_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03800_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03910_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m03910_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03910_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m03910_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m03910_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m03910_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04010_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04010_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04010_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04010_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04010_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04010_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04110_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04110_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04110_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04110_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04110_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04110_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04310_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04310_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04310_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04310_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04310_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04310_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04400_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04400_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04400_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04400_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04400_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04400_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04410_a0-optimized.cl Fixed build failed for 4410 with vector width > 1 12 months ago
m04410_a0-pure.cl added md5(sha1($pass).$salt) 2 years ago
m04410_a1-optimized.cl Fixed build failed for 4410 with vector width > 1 12 months ago
m04410_a1-pure.cl added md5(sha1($pass).$salt) 2 years ago
m04410_a3-optimized.cl Fixed build failed for 4410 with vector width > 1 12 months ago
m04410_a3-pure.cl added md5(sha1($pass).$salt) 2 years ago
m04420_a0-optimized.cl Added hash-mode: md5(sha1($pass.$salt)) 10 months ago
m04420_a0-pure.cl Added hash-mode: md5(sha1($pass.$salt)) 10 months ago
m04420_a1-optimized.cl Added hash-mode: md5(sha1($pass.$salt)) 10 months ago
m04420_a1-pure.cl Added hash-mode: md5(sha1($pass.$salt)) 10 months ago
m04420_a3-optimized.cl Added hash-mode: md5(sha1($pass.$salt)) 10 months ago
m04420_a3-pure.cl Added hash-mode: md5(sha1($pass.$salt)) 10 months ago
m04430_a0-optimized.cl Added hash-mode: md5(sha1($salt.$pass)) 10 months ago
m04430_a0-pure.cl Added hash-mode: md5(sha1($salt.$pass)) 10 months ago
m04430_a1-optimized.cl Added hash-mode: md5(sha1($salt.$pass)) 10 months ago
m04430_a1-pure.cl Added hash-mode: md5(sha1($salt.$pass)) 10 months ago
m04430_a3-optimized.cl Added hash-mode: md5(sha1($salt.$pass)) 10 months ago
m04430_a3-pure.cl Added hash-mode: md5(sha1($salt.$pass)) 10 months ago
m04500_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04500_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04500_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04500_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04500_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04500_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04510_a0-optimized.cl Added missing code to get vectors work with Metal on hash-type 4510 2 years ago
m04510_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04510_a1-optimized.cl Added missing code to get vectors work with Metal on hash-type 4510 2 years ago
m04510_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04510_a3-optimized.cl Added missing code to get vectors work with Metal on hash-type 4510 2 years ago
m04510_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04520_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04520_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04520_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04520_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04520_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04520_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04700_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04700_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04700_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04700_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04700_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m04700_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04710_a0-optimized.cl Added missing code to get vectors work with Metal on hash-type 4710 2 years ago
m04710_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04710_a1-optimized.cl Added missing code to get vectors work with Metal on hash-type 4710 2 years ago
m04710_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04710_a3-optimized.cl Added missing code to get vectors work with Metal on hash-type 4710 2 years ago
m04710_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04800_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04800_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04800_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04800_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04800_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04800_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04900_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04900_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04900_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04900_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04900_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m04900_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05000_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m05000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05000_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m05000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05000_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m05000_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05100_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m05100_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05100_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m05100_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05100_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m05100_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05200-pure.cl Rename STR() to M2S(), part 2 2 years ago
m05300_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05300_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05300_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05300_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05300_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05300_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05400_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05400_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05400_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05400_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05400_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05400_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05500_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m05500_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05500_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m05500_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05500_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m05500_a3-pure.cl Backport changes to md4_update_vector_utf16le() in -m 1000 to -m 1100 and -m 5500 1 year ago
m05600_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05600_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05600_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05600_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05600_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05600_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m05800-optimized.cl beautified OpenCL 5800 kernels 12 months ago
m05800-pure.cl beautified OpenCL 5800 kernels 12 months ago
m06000_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06000_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06000_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06000_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06050_a0-pure.cl added HMAC-RIPEMD160 1 year ago
m06050_a1-pure.cl added HMAC-RIPEMD160 1 year ago
m06050_a3-pure.cl added HMAC-RIPEMD160 1 year ago
m06060_a0-pure.cl added HMAC-RIPEMD160 1 year ago
m06060_a1-pure.cl added HMAC-RIPEMD160 1 year ago
m06060_a3-pure.cl added HMAC-RIPEMD160 1 year ago
m06100_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06100_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06100_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06100_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06100_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06100_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06211-pure.cl TrueCrypt modules code cleanup 2 years ago
m06212-pure.cl TrueCrypt modules code cleanup 2 years ago
m06213-pure.cl TrueCrypt modules code cleanup 2 years ago
m06221-pure.cl TrueCrypt modules code cleanup 2 years ago
m06222-pure.cl TrueCrypt modules code cleanup 2 years ago
m06223-pure.cl TrueCrypt modules code cleanup 2 years ago
m06231-pure.cl TrueCrypt modules code cleanup 2 years ago
m06232-pure.cl TrueCrypt modules code cleanup 2 years ago
m06233-pure.cl TrueCrypt modules code cleanup 2 years ago
m06300-optimized.cl Rename STR() to M2S(), part 2 2 years ago
m06300-pure.cl Rename STR() to M2S(), part 2 2 years ago
m06400-pure.cl Rename STR() to M2S(), part 2 2 years ago
m06500-pure.cl Rename STR() to M2S(), part 2 2 years ago
m06600-pure.cl Rename STR() to M2S(), part 2 2 years ago
m06700-pure.cl Rename STR() to M2S(), part 2 2 years ago
m06800-pure.cl Add IV support to lastpass (-m 6800) 2 years ago
m06900_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06900_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m06900_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07000_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07000_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07000_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07000_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07100-pure.cl Rename STR() to M2S(), part 2 2 years ago
m07300_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07300_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07300_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07300_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07300_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07300_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07350_a0-optimized.cl minor change to minimize the number of xor instructions 1 year ago
m07350_a0-pure.cl initial rakp-hmac-md5 optmized kernels - pure kernels fall back on copes of m00050 (hmac md5) 1 year ago
m07350_a1-optimized.cl Add missing -a 1 kernels for -m 7350 1 year ago
m07350_a1-pure.cl Add missing -a 1 kernels for -m 7350 1 year ago
m07350_a3-optimized.cl initial rakp-hmac-md5 optmized kernels - pure kernels fall back on copes of m00050 (hmac md5) 1 year ago
m07350_a3-pure.cl Add missung unit-test for -m 7350 and kernel name fix 1 year ago
m07400-optimized.cl Rename STR() to M2S(), part 2 2 years ago
m07400-pure.cl Rename STR() to M2S(), part 2 2 years ago
m07500_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07500_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07500_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07500_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07500_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07500_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07700_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07700_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07700_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07701_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07701_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07701_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07800_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07800_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07800_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07801_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07801_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07801_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m07900-pure.cl Rename STR() to M2S(), part 2 2 years ago
m08000_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08000_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08000_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08100_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08100_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08100_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08100_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08100_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08100_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08200-pure.cl Rename STR() to M2S(), part 2 2 years ago
m08300_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08300_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08300_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08300_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08300_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08300_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08400_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08400_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08400_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08400_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08400_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08400_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08500_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08500_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08500_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08600_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08600_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08600_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08700_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08700_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08700_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m08800-pure.cl Fix some typos 9 months ago
m08900-pure.cl Improve performance of scrypt-based algorithms by code reordering. 2 months ago
m09000-pure.cl Fix some typos 9 months ago
m09100-pure.cl Rename STR() to M2S(), part 2 2 years ago
m09400-pure.cl Rename STR() to M2S(), part 2 2 years ago
m09500-pure.cl Rename STR() to M2S(), part 2 2 years ago
m09600-pure.cl Rename STR() to M2S(), part 2 2 years ago
m09700_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09700_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09700_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09710_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09710_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09710_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09720_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09720_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09720_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09800_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09800_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09800_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09810_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09810_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09810_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09820_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09820_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09820_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09900_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m09900_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09900_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m09900_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m09900_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m09900_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10100_a0-optimized.cl Help jit compilers to optimize -m 10100 main round 1 year ago
m10100_a1-optimized.cl Help jit compilers to optimize -m 10100 main round 1 year ago
m10100_a3-optimized.cl Help jit compilers to optimize -m 10100 main round 1 year ago
m10300-pure.cl Rename STR() to M2S(), part 2 2 years ago
m10400_a0-optimized.cl Handle signed/unsigned PDF permission P value for all PDF hash-modes 1 year ago
m10400_a1-optimized.cl Handle signed/unsigned PDF permission P value for all PDF hash-modes 1 year ago
m10400_a3-optimized.cl Handle signed/unsigned PDF permission P value for all PDF hash-modes 1 year ago
m10410_a0-optimized.cl Handle signed/unsigned PDF permission P value for all PDF hash-modes 1 year ago
m10410_a1-optimized.cl Handle signed/unsigned PDF permission P value for all PDF hash-modes 1 year ago
m10410_a3-optimized.cl Handle signed/unsigned PDF permission P value for all PDF hash-modes 1 year ago
m10420_a0-optimized.cl Handle signed/unsigned PDF permission P value for all PDF hash-modes 1 year ago
m10420_a1-optimized.cl Handle signed/unsigned PDF permission P value for all PDF hash-modes 1 year ago
m10420_a3-optimized.cl Handle signed/unsigned PDF permission P value for all PDF hash-modes 1 year ago
m10500-pure.cl Handle signed/unsigned PDF permission P value for all PDF hash-modes 1 year ago
m10700-optimized.cl Fix some typos 9 months ago
m10700-pure.cl Handle signed/unsigned PDF permission P value for all PDF hash-modes 1 year ago
m10800_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10800_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10800_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10800_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10800_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10800_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10810_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10810_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10810_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10810_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10810_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10810_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10820_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10820_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10820_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10820_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10820_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10820_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10830_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10830_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10830_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10830_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10830_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10830_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10840_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10840_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10840_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10840_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10840_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10840_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10870_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10870_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10870_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10870_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10870_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10870_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m10900-pure.cl Rename STR() to M2S(), part 2 2 years ago
m11000_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m11000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11000_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m11000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11000_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m11000_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11100_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m11100_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11100_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m11100_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11100_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m11100_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11200_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m11200_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11200_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m11200_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11200_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m11200_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11300-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11400_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11400_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11400_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11500_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11500_a0-pure.cl Add pure kernels for -m 11500 2 years ago
m11500_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11500_a1-pure.cl Add pure kernels for -m 11500 2 years ago
m11500_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11500_a3-pure.cl fix kernel 11500 a3 build warnings/errors 1 year ago
m11600-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11600-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11700_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11700_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11700_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11700_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11700_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11700_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11750_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11750_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11750_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11760_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11760_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11760_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11800_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11800_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11800_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11800_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11800_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11800_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11850_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11850_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11850_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11860_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11860_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11860_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m11900-pure.cl Rename STR() to M2S(), part 2 2 years ago
m12000-pure.cl Rename STR() to M2S(), part 2 2 years ago
m12200-pure.cl Rename STR() to M2S(), part 2 2 years ago
m12300-pure.cl Rename STR() to M2S(), part 2 2 years ago
m12400-pure.cl Rename STR() to M2S(), part 2 2 years ago
m12500-optimized.cl Rename STR() to M2S(), part 2 2 years ago
m12500-pure.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago
m12600_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m12600_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m12600_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m12600_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m12600_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m12600_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m12700-pure.cl Rename STR() to M2S(), part 2 2 years ago
m12800-pure.cl Rename STR() to M2S(), part 2 2 years ago
m12900-pure.cl Rename STR() to M2S(), part 2 2 years ago
m13000-pure.cl Rename STR() to M2S(), part 2 2 years ago
m13100_a0-optimized.cl Updated krb5tgs struct on 13100 kernels 2 years ago
m13100_a0-pure.cl Updated krb5tgs struct on 13100 kernels 2 years ago
m13100_a1-optimized.cl Updated krb5tgs struct on 13100 kernels 2 years ago
m13100_a1-pure.cl Updated krb5tgs struct on 13100 kernels 2 years ago
m13100_a3-optimized.cl Updated krb5tgs struct on 13100 kernels 2 years ago
m13100_a3-pure.cl Updated krb5tgs struct on 13100 kernels 2 years ago
m13200-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13300_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m13300_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13300_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m13300_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13300_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m13300_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13400-pure.cl Rename STR() to M2S(), part 2 2 years ago
m13500_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13500_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13500_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13500_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13500_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13500_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13600-pure.cl Rename STR() to M2S(), part 2 2 years ago
m13711-pure.cl VeraCrypt modules changes 2 years ago
m13712-pure.cl VeraCrypt modules changes 2 years ago
m13713-pure.cl VeraCrypt modules changes 2 years ago
m13721-pure.cl VeraCrypt modules changes 2 years ago
m13722-pure.cl VeraCrypt modules changes 2 years ago
m13723-pure.cl VeraCrypt modules changes 2 years ago
m13731-pure.cl VeraCrypt modules changes 2 years ago
m13732-pure.cl VeraCrypt modules changes 2 years ago
m13733-pure.cl VeraCrypt modules changes 2 years ago
m13751-pure.cl VeraCrypt modules changes 2 years ago
m13752-pure.cl VeraCrypt modules changes 2 years ago
m13753-pure.cl VeraCrypt modules changes 2 years ago
m13771-pure.cl VeraCrypt modules changes 2 years ago
m13772-pure.cl Fixed build failed for 13772 and 13773 with Apple Metal 11 months ago
m13773-pure.cl Fixed build failed for 13772 and 13773 with Apple Metal 11 months ago
m13800_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13800_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13800_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13800_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13800_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13800_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13900_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13900_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13900_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13900_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13900_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m13900_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14000_a3-pure.cl GID_CNT wasn't checked in some kernel functions 2 years ago
m14100_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14100_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14100_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14400_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14400_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14400_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14400_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14400_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14400_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14511_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14511_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14511_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14512_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14512_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14512_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14513_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14513_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14513_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14521_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14521_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14521_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14522_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14522_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14522_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14523_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14523_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14523_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14531_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14531_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14531_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14532_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14532_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14532_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14533_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14533_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14533_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14541_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14541_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14541_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14542_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14542_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14542_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14543_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14543_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14543_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14551_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14551_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14551_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14552_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14552_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14552_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14553_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14553_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14553_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14611-pure.cl New LUKS modules code cleanup 2 years ago
m14612-pure.cl New LUKS modules code cleanup 2 years ago
m14613-pure.cl New LUKS modules code cleanup 2 years ago
m14621-pure.cl New LUKS modules code cleanup 2 years ago
m14622-pure.cl New LUKS modules code cleanup 2 years ago
m14623-pure.cl New LUKS modules code cleanup 2 years ago
m14631-pure.cl New LUKS modules code cleanup 2 years ago
m14632-pure.cl New LUKS modules code cleanup 2 years ago
m14633-pure.cl New LUKS modules code cleanup 2 years ago
m14641-pure.cl New LUKS modules code cleanup 2 years ago
m14642-pure.cl New LUKS modules code cleanup 2 years ago
m14643-pure.cl New LUKS modules code cleanup 2 years ago
m14700-pure.cl Rename STR() to M2S(), part 2 2 years ago
m14800-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14900_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14900_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m14900_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m15000_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m15000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m15000_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m15000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m15000_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m15000_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m15100-pure.cl Rename STR() to M2S(), part 2 2 years ago
m15300-pure.cl Fix some typos 9 months ago
m15310-pure.cl Fix some typos 9 months ago
m15400_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m15400_a1-optimized.cl GID_CNT wasn't checked in some kernel functions 2 years ago
m15400_a3-optimized.cl GID_CNT wasn't checked in some kernel functions 2 years ago
m15500_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m15500_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m15500_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m15500_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m15500_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m15500_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m15600-pure.cl Rename STR() to M2S(), part 2 2 years ago
m15700-pure.cl Improve performance of scrypt-based algorithms by code reordering. 2 months ago
m15900-pure.cl Fix some typos 9 months ago
m15910-pure.cl Fix some typos 9 months ago
m16000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16000_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16100_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16100_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16100_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16100_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16100_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16100_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16200-pure.cl Rename STR() to M2S(), part 2 2 years ago
m16300-pure.cl Rename STR() to M2S(), part 2 2 years ago
m16400_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16400_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16400_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16400_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16400_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16400_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16511_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16511_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16511_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16512_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16512_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16512_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16513_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16513_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16513_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16600_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16600_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16600_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16600_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16600_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16600_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m16800-pure.cl clang-tidy: use const pointer 9 months ago
m16801-pure.cl Rename STR() to M2S(), part 2 2 years ago
m16900-pure.cl Rename STR() to M2S(), part 2 2 years ago
m17010-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17020-pure.cl Fix out-of-boundary write in -m 17020 1 year ago
m17030-pure.cl Added hash-mode: GPG (AES-128/AES-256 (SHA-256($pass))) 1 year ago
m17040-pure.cl Add missing OpenCL/inc_cipher_cast.cl and moved code from the .h to it 8 months ago
m17200_a0-pure.cl removed check for 00 bits for compressed hashes as it may be valid for certain zips 1 year ago
m17200_a1-pure.cl removed check for 00 bits for compressed hashes as it may be valid for certain zips 1 year ago
m17200_a3-pure.cl removed check for 00 bits for compressed hashes as it may be valid for certain zips 1 year ago
m17210_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17210_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17210_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17220_a0-pure.cl removed check for 00 bits for compressed hashes as it may be valid for certain zips 1 year ago
m17220_a1-pure.cl removed check for 00 bits for compressed hashes as it may be valid for certain zips 1 year ago
m17220_a3-pure.cl removed check for 00 bits for compressed hashes as it may be valid for certain zips 1 year ago
m17225_a0-pure.cl removed check for 00 bits for compressed hashes as it may be valid for certain zips 1 year ago
m17225_a1-pure.cl removed check for 00 bits for compressed hashes as it may be valid for certain zips 1 year ago
m17225_a3-pure.cl removed check for 00 bits for compressed hashes as it may be valid for certain zips 1 year ago
m17230_a0-pure.cl removed check for 00 bits for compressed hashes as it may be valid for certain zips 1 year ago
m17230_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17230_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17300_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17300_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17300_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17400_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17400_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17400_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17500_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17500_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17500_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17600_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17600_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17600_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17700_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17700_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17700_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17800_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17800_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17800_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17900_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17900_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m17900_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18000_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18000_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18000_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18100_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18100_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18100_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18200_a0-optimized.cl Added support to use 'John the Ripper' hash format with hash-type 18200 2 years ago
m18200_a0-pure.cl Added support to use 'John the Ripper' hash format with hash-type 18200 2 years ago
m18200_a1-optimized.cl Added support to use 'John the Ripper' hash format with hash-type 18200 2 years ago
m18200_a1-pure.cl Added support to use 'John the Ripper' hash format with hash-type 18200 2 years ago
m18200_a3-optimized.cl Added support to use 'John the Ripper' hash format with hash-type 18200 2 years ago
m18200_a3-pure.cl Added support to use 'John the Ripper' hash format with hash-type 18200 2 years ago
m18300-pure.cl Rename STR() to M2S(), part 2 2 years ago
m18400-pure.cl Fixed build failed for 18400 with Apple Metal 1 year ago
m18500_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18500_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18500_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18600-pure.cl Fix some typos 9 months ago
m18700_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18700_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18700_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18700_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18700_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18700_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m18800-pure.cl Rename STR() to M2S(), part 2 2 years ago
m18900-pure.cl Rename STR() to M2S(), part 2 2 years ago
m19000-pure.cl Rename STR() to M2S(), part 2 2 years ago
m19100-pure.cl Rename STR() to M2S(), part 2 2 years ago
m19200-pure.cl Rename STR() to M2S(), part 2 2 years ago
m19300_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m19300_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m19300_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m19500_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m19500_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m19500_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m19600-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m19700-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m19800-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m19900-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20011-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20012-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20013-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20500_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20500_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20500_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20510_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20510_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20510_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20600-pure.cl Rename STR() to M2S(), part 2 2 years ago
m20710_a0-optimized.cl Added missing code to get vectors work with Metal on hash-type 20710 2 years ago
m20710_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20710_a1-optimized.cl Added missing code to get vectors work with Metal on hash-type 20710 2 years ago
m20710_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20710_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m20710_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20712_a0-optimized.cl Added hash-mode: RSA Security Analytics / NetWitness (sha256) 10 months ago
m20712_a0-pure.cl Added hash-mode: RSA Security Analytics / NetWitness (sha256) 10 months ago
m20712_a1-optimized.cl Added hash-mode: RSA Security Analytics / NetWitness (sha256) 10 months ago
m20712_a1-pure.cl Added hash-mode: RSA Security Analytics / NetWitness (sha256) 10 months ago
m20712_a3-optimized.cl Added hash-mode: RSA Security Analytics / NetWitness (sha256) 10 months ago
m20712_a3-pure.cl Added hash-mode: RSA Security Analytics / NetWitness (sha256) 10 months ago
m20720_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20720_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20720_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20800_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m20800_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20800_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m20800_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20800_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m20800_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20900_a0-optimized.cl Added missing code to get vectors work with Metal on hash-type 20900 2 years ago
m20900_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20900_a1-optimized.cl Added missing code to get vectors work with Metal on hash-type 20900 2 years ago
m20900_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m20900_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m20900_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21000_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21000_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21000_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21000_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21100_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m21100_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21100_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m21100_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21100_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m21100_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21200_a0-optimized.cl Added missing code to get vectors work with Metal on hash-type 21200 2 years ago
m21200_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21200_a1-optimized.cl Added missing code to get vectors work with Metal on hash-type 21200 2 years ago
m21200_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21200_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m21200_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21300_a0-pure.cl Precompute byteswap for salt in -m 21300 1 year ago
m21300_a1-pure.cl Precompute byteswap for salt in -m 21300 1 year ago
m21300_a3-pure.cl Precompute byteswap for salt in -m 21300 1 year ago
m21310_a0-pure.cl Added hash-mode: md5($salt1.sha1($salt2.$pass)) 10 months ago
m21310_a1-pure.cl Added hash-mode: md5($salt1.sha1($salt2.$pass)) 10 months ago
m21310_a3-pure.cl Added hash-mode: md5($salt1.sha1($salt2.$pass)) 10 months ago
m21400_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m21400_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21400_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m21400_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21400_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m21400_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21420_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21420_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21420_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m21500-pure.cl Rename STR() to M2S(), part 2 2 years ago
m21600-pure.cl Rename STR() to M2S(), part 2 2 years ago
m21700-pure.cl Add support for zero-length salts in Electrum $4 and $5 5 days ago
m21800-pure.cl Add support for zero-length salts in Electrum $4 and $5 5 days ago
m22000-pure.cl clang-tidy: use const pointer 9 months ago
m22001-pure.cl clang-tidy: use const pointer 9 months ago
m22100-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22200_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22200_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22200_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22200_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22200_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22200_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22300_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22300_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22300_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22300_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22300_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22300_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22400-pure.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago
m22500_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22500_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22500_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22500_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22500_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22500_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22600-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22700-pure.cl Improve performance of scrypt-based algorithms by code reordering. 2 months ago
m22911_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22911_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22911_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22921_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22921_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22921_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22931_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22931_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22931_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22941_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22941_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22941_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22951_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22951_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m22951_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23001_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23001_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23001_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23001_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23001_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23001_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23002_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23002_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23002_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23002_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23002_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23002_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23003_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23003_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23003_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23003_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23003_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23003_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23100-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23200-pure.cl Rename STR() to M2S(), part 2 2 years ago
m23300-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23400-pure.cl remove esalt param 2 years ago
m23500-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23600-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m23700-optimized.cl Rename STR() to M2S(), part 2 2 years ago
m23700-pure.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago
m23800-optimized.cl Rename STR() to M2S(), part 2 2 years ago
m23800-pure.cl fix kernel 23800 pure build errors 1 year ago
m23900-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m24100-pure.cl Rename STR() to M2S(), part 2 2 years ago
m24200-pure.cl Rename STR() to M2S(), part 2 2 years ago
m24300_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m24300_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m24300_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m24300_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m24300_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m24300_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m24410-pure.cl 24410/24420 modules cleanup 2 years ago
m24420-pure.cl 24410/24420 modules cleanup 2 years ago
m24500-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m24610-pure.cl Rename STR() to M2S(), part 2 2 years ago
m24620-pure.cl Rename STR() to M2S(), part 2 2 years ago
m24630-pure.cl Rename STR() to M2S(), part 2 2 years ago
m24700_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m24700_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m24700_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m24700_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m24700_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m24700_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m24800_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m24800_a0-pure.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago
m24800_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m24800_a1-pure.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago
m24800_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m24800_a3-pure.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago
m24900_a0-optimized.cl Metal: added support for vectors up to 4 2 years ago
m24900_a1-optimized.cl Metal: added support for vectors up to 4 2 years ago
m24900_a3-optimized.cl Metal: added support for vectors up to 4 2 years ago
m25000-pure.cl Rename STR() to M2S(), part 2 2 years ago
m25100-pure.cl Rename STR() to M2S(), part 2 2 years ago
m25200-pure.cl Rename STR() to M2S(), part 2 2 years ago
m25300-pure.cl Rename STR() to M2S(), part 2 2 years ago
m25400-pure.cl Handle signed/unsigned PDF permission P value for all PDF hash-modes 1 year ago
m25500-pure.cl Fix some typos 9 months ago
m25600-pure.cl Fix some typos 9 months ago
m25700_a0-optimized.cl refactor -m 25700 = MurmurHash 2 years ago
m25700_a1-optimized.cl refactor -m 25700 = MurmurHash 2 years ago
m25700_a3-optimized.cl refactor -m 25700 = MurmurHash 2 years ago
m25800-pure.cl Fix some typos 9 months ago
m25900-pure.cl Rename STR() to M2S(), part 2 2 years ago
m26000_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26000_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26000_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26100-pure.cl Rename STR() to M2S(), part 2 2 years ago
m26200_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26200_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26200_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26300_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26300_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26300_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26401_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26401_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26401_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26402_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26402_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26402_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26403_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26403_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26403_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m26500-pure.cl Rename STR() to M2S(), part 2 2 years ago
m26600-pure.cl Update m26600-pure.cl 1 year ago
m26610-pure.cl Fix some typos 9 months ago
m26700-pure.cl Rename STR() to M2S(), part 2 2 years ago
m26800-pure.cl Rename STR() to M2S(), part 2 2 years ago
m26900-pure.cl Rename STR() to M2S(), part 2 2 years ago
m27000-pure.cl Rename STR() to M2S(), part 2 2 years ago
m27100-pure.cl Rename STR() to M2S(), part 2 2 years ago
m27200_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m27200_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m27200_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m27200_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m27200_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m27200_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m27300-pure.cl Rename STR() to M2S(), part 2 2 years ago
m27400-pure.cl Rename STR() to M2S(), part 2 2 years ago
m27500-pure.cl Rename STR() to M2S(), part 2 2 years ago
m27600-pure.cl Rename STR() to M2S(), part 2 2 years ago
m27700-pure.cl Improve performance of scrypt-based algorithms by code reordering. 2 months ago
m27800_a0-optimized.cl refactor/simplify code of MurmurHash3 2 years ago
m27800_a1-optimized.cl refactor/simplify code of MurmurHash3 2 years ago
m27800_a3-optimized.cl refactor/simplify code of MurmurHash3 2 years ago
m27900_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m27900_a0-pure.cl Add pure kernels for -m 27900 2 years ago
m27900_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m27900_a1-pure.cl Add pure kernels for -m 27900 2 years ago
m27900_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m27900_a3-pure.cl fix kernel 27900 a3 build warnings/errors 1 year ago
m28000_a0-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m28000_a0-pure.cl Add pure kernels for -m 28000 2 years ago
m28000_a1-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m28000_a1-pure.cl Add pure kernels for -m 28000 2 years ago
m28000_a3-optimized.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m28000_a3-pure.cl fix kernel 28000 a3 build warnings/errors 1 year ago
m28100-pure.cl Rename STR() to M2S(), part 2 2 years ago
m28200-pure.cl Improve performance of scrypt-based algorithms by code reordering. 2 months ago
m28300_a0-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m28300_a1-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m28300_a3-pure.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
m28400-pure.cl Fix some typos 9 months ago
m28501_a0-pure.cl fixes #3090 closes #3091: Added -m 2850x = Bitcoin WIF/P2PKH private key cracking 2 years ago
m28501_a1-pure.cl fixes #3090 closes #3091: Added -m 2850x = Bitcoin WIF/P2PKH private key cracking 2 years ago
m28501_a3-pure.cl fixes #3090 closes #3091: Added -m 2850x = Bitcoin WIF/P2PKH private key cracking 2 years ago
m28502_a0-pure.cl fixes #3090 closes #3091: Added -m 2850x = Bitcoin WIF/P2PKH private key cracking 2 years ago
m28502_a1-pure.cl fixes #3090 closes #3091: Added -m 2850x = Bitcoin WIF/P2PKH private key cracking 2 years ago
m28502_a3-pure.cl fixes #3090 closes #3091: Added -m 2850x = Bitcoin WIF/P2PKH private key cracking 2 years ago
m28505_a0-pure.cl Add -m 28505/28506, Bitcoin WIF, P2SH(P2WPKH)/compat address 2 years ago
m28505_a1-pure.cl Add -m 28505/28506, Bitcoin WIF, P2SH(P2WPKH)/compat address 2 years ago
m28505_a3-pure.cl Add -m 28505/28506, Bitcoin WIF, P2SH(P2WPKH)/compat address 2 years ago
m28506_a0-pure.cl Add -m 28505/28506, Bitcoin WIF, P2SH(P2WPKH)/compat address 2 years ago
m28506_a1-pure.cl Add -m 28505/28506, Bitcoin WIF, P2SH(P2WPKH)/compat address 2 years ago
m28506_a3-pure.cl Add -m 28505/28506, Bitcoin WIF, P2SH(P2WPKH)/compat address 2 years ago
m28600-pure.cl Rename STR() to M2S(), part 2 2 years ago
m28700_a0-optimized.cl Amazon AWS4-HMAC-SHA256 2 years ago
m28700_a0-pure.cl Amazon AWS4-HMAC-SHA256 2 years ago
m28700_a1-optimized.cl Amazon AWS4-HMAC-SHA256 2 years ago
m28700_a1-pure.cl Amazon AWS4-HMAC-SHA256 2 years ago
m28700_a3-optimized.cl Amazon AWS4-HMAC-SHA256 2 years ago
m28700_a3-pure.cl Amazon AWS4-HMAC-SHA256 2 years ago
m28800-pure.cl Added hash-mode: Kerberos 5, etype 17, DB 2 years ago
m28900-pure.cl Added hash-mode: Kerberos 5, etype 18, DB 2 years ago
m29000_a0-pure.cl Rename -m 9902 to -m 29000 2 years ago
m29000_a1-pure.cl Rename -m 9902 to -m 29000 2 years ago
m29000_a3-pure.cl use sha1_update_utf16beN () also in -m 29000 2 years ago
m29100_a0-pure.cl Raise Flask Session Cookie (-m 29100) max data length to 120 chars. 8 months ago
m29100_a1-pure.cl Raise Flask Session Cookie (-m 29100) max data length to 120 chars. 8 months ago
m29100_a3-pure.cl Raise Flask Session Cookie (-m 29100) max data length to 120 chars. 8 months ago
m29200_a0-pure.cl rename function mul_mod to mul_mod128 for BigNum lib 2 years ago
m29200_a1-pure.cl rename function mul_mod to mul_mod128 for BigNum lib 2 years ago
m29200_a3-pure.cl rename function mul_mod to mul_mod128 for BigNum lib 2 years ago
m29600-pure.cl Merge branch 'master' into 29600_no_hash_copy 2 years ago
m29700-pure.cl Added hash-mode: KeePass 1 (AES/Twofish) and KeePass 2 (AES) - keyfile only mode 2 years ago
m29800-pure.cl Fixed a bug in all SCRYPT-based hash modes with Apple Metal 11 months ago
m29910-pure.cl Fixed false negative in updated -m 299xx plugins due to invalid handling of decrypted data. 2 years ago
m29920-pure.cl Fixed false negative in updated -m 299xx plugins due to invalid handling of decrypted data. 2 years ago
m29930-pure.cl Fixed false negative in updated -m 299xx plugins due to invalid handling of decrypted data. 2 years ago
m29940-pure.cl Fixed false negative in updated -m 299xx plugins due to invalid handling of decrypted data. 2 years ago
m30420_a0-optimized.cl Rename -m 1412 to -m 30420, add unit test and optimized kernels 1 year ago
m30420_a0-pure.cl Rename -m 1412 to -m 30420, add unit test and optimized kernels 1 year ago
m30420_a1-optimized.cl Rename -m 1412 to -m 30420, add unit test and optimized kernels 1 year ago
m30420_a1-pure.cl Rename -m 1412 to -m 30420, add unit test and optimized kernels 1 year ago
m30420_a3-optimized.cl Rename -m 1412 to -m 30420, add unit test and optimized kernels 1 year ago
m30420_a3-pure.cl Rename -m 1412 to -m 30420, add unit test and optimized kernels 1 year ago
m30500_a0-optimized.cl fix whitespace 1 year ago
m30500_a0-pure.cl added mode 30500 1 year ago
m30500_a1-optimized.cl fix whitespace 1 year ago
m30500_a1-pure.cl added mode 30500 1 year ago
m30500_a3-optimized.cl added mode 30500 1 year ago
m30500_a3-pure.cl added mode 30500 1 year ago
m30600-pure.cl Fix some typos 9 months ago
m30700_a0-optimized.cl Added hash-mode: Anope IRC Services (enc_sha256) 1 year ago
m30700_a0-pure.cl -m 30700: set the IV outside of the loop 1 year ago
m30700_a1-optimized.cl fix whitespace in -m 30700 = Anope IRC Services 1 year ago
m30700_a1-pure.cl Added hash-mode: Anope IRC Services (enc_sha256) 1 year ago
m30700_a3-optimized.cl Added hash-mode: Anope IRC Services (enc_sha256) 1 year ago
m30700_a3-pure.cl -m 30700: set the IV outside of the loop 1 year ago
m30901_a0-pure.cl added -m 3090x = Bitcoin raw private key 1 year ago
m30901_a1-pure.cl added -m 3090x = Bitcoin raw private key 1 year ago
m30901_a3-pure.cl added -m 3090x = Bitcoin raw private key 1 year ago
m30902_a0-pure.cl added -m 3090x = Bitcoin raw private key 1 year ago
m30902_a1-pure.cl added -m 3090x = Bitcoin raw private key 1 year ago
m30902_a3-pure.cl added -m 3090x = Bitcoin raw private key 1 year ago
m30905_a0-pure.cl added -m 3090x = Bitcoin raw private key 1 year ago
m30905_a1-pure.cl added -m 3090x = Bitcoin raw private key 1 year ago
m30905_a3-pure.cl added -m 3090x = Bitcoin raw private key 1 year ago
m30906_a0-pure.cl added -m 3090x = Bitcoin raw private key 1 year ago
m30906_a1-pure.cl added -m 3090x = Bitcoin raw private key 1 year ago
m30906_a3-pure.cl added -m 3090x = Bitcoin raw private key 1 year ago
m31000_a0-optimized.cl Fixed build failed for 31000/Blake2s with vector width > 1 12 months ago
m31000_a0-pure.cl fix trailing spaces 1 year ago
m31000_a1-optimized.cl Fix -m 31000 some formatting and missing cracks in optimized mode -a 1 and -a 3 if password length > 32 1 year ago
m31000_a1-pure.cl Rename module 35000 : 31000 1 year ago
m31000_a3-optimized.cl Fix -m 31000 some formatting and missing cracks in optimized mode -a 1 and -a 3 if password length > 32 1 year ago
m31000_a3-pure.cl Rename module 35000 : 31000 1 year ago
m31100_a0-optimized.cl Fix SM3 DGST_POS ordering 1 year ago
m31100_a0-pure.cl Rename SM3 module : m31100 1 year ago
m31100_a1-optimized.cl Fix SM3 DGST_POS ordering 1 year ago
m31100_a1-pure.cl Rename SM3 module : m31100 1 year ago
m31100_a3-optimized.cl Fix SM3 DGST_POS ordering 1 year ago
m31100_a3-pure.cl Rename SM3 module : m31100 1 year ago
m31200-pure.cl Added hash-mode: Veeam VBK 1 year ago
m31300_a0-optimized.cl Fixed build failed for 31300 with vector width > 1 12 months ago
m31300_a0-pure.cl Module and Pure kernels for new hash-mode -m 31300 SNTP-MS 1 year ago
m31300_a1-optimized.cl Fixed build failed for 31300 with vector width > 1 12 months ago
m31300_a1-pure.cl Module and Pure kernels for new hash-mode -m 31300 SNTP-MS 1 year ago
m31300_a3-optimized.cl Fixed build failed for 31300 with vector width > 1 12 months ago
m31300_a3-pure.cl Module and Pure kernels for new hash-mode -m 31300 SNTP-MS 1 year ago
m31400_a0-optimized.cl fix trailing spaces 10 months ago
m31400_a0-pure.cl SecureCRT MasterPassphrase v2: update module, pure kernels and test unit. Add optimized kernels. 1 year ago
m31400_a1-optimized.cl fix trailing spaces 10 months ago
m31400_a1-pure.cl SecureCRT MasterPassphrase v2: update module, pure kernels and test unit. Add optimized kernels. 1 year ago
m31400_a3-optimized.cl SecureCRT MasterPassphrase v2: update module, pure kernels and test unit. Add optimized kernels. 1 year ago
m31400_a3-pure.cl SecureCRT MasterPassphrase v2: update module, pure kernels and test unit. Add optimized kernels. 1 year ago
m31500-pure.cl Add module/kernel for Domain Cached Credentials (DCC), MS Cache (NT) 1 year ago
m31600-pure.cl Add Domain Cached Credentials 2 (DCC2), MS Cache 2, (NT), -m 31600 1 year ago
m31700_a0-pure.cl Fixed build failed for 31700 with Apple Metal 1 year ago
m31700_a1-pure.cl Renumber -m 31500 to -m 31700 1 year ago
m31700_a3-pure.cl Fixed incompatible pointer types (salt1 and salt2 buf) in 31700 a3 kernel 1 year ago
m31800-pure.cl Fix some typos 9 months ago
m31900-pure.cl Update m31900-pure.cl 8 months ago
m32000-pure.cl Move Kremlin Encrypt to mode 32600 9 months ago
m32010-pure.cl Added support for NetIQ SSPR hashes + Adobe AEM 11 months ago
m32020-pure.cl Added support for NetIQ SSPR hashes + Adobe AEM 11 months ago
m32030-pure.cl Added support for NetIQ SSPR hashes + Adobe AEM 11 months ago
m32040-pure.cl Added support for NetIQ SSPR hashes + Adobe AEM 11 months ago
m32100-pure.cl Fix file permissions for 32100/32200 11 months ago
m32200-pure.cl Fix file permissions for 32100/32200 11 months ago
m32300_a0-optimized.cl Added hash-mode: Empire CMS (Admin password) 11 months ago
m32300_a0-pure.cl Added hash-mode: Empire CMS (Admin password) 11 months ago
m32300_a1-optimized.cl Added hash-mode: Empire CMS (Admin password) 11 months ago
m32300_a1-pure.cl Added hash-mode: Empire CMS (Admin password) 11 months ago
m32300_a3-optimized.cl Added hash-mode: Empire CMS (Admin password) 11 months ago
m32300_a3-pure.cl Added hash-mode: Empire CMS (Admin password) 11 months ago
m32410_a0-pure.cl Added hash-mode: sha512(sha512($pass).$salt) 11 months ago
m32410_a1-pure.cl Added hash-mode: sha512(sha512($pass).$salt) 11 months ago
m32410_a3-pure.cl Added hash-mode: sha512(sha512($pass).$salt) 11 months ago
m32420_a0-pure.cl Added hash-mode: sha512(sha512_bin($pass).$salt) 10 months ago
m32420_a1-pure.cl Added hash-mode: sha512(sha512_bin($pass).$salt) 10 months ago
m32420_a3-pure.cl Added hash-mode: sha512(sha512_bin($pass).$salt) 10 months ago
m32500-pure.cl Make base64_encode_three_bytes_better() in -m 32500 more readable 8 months ago
m32600_a0-pure.cl Renamed hash-mode 6150 to 32600 9 months ago
m32600_a1-pure.cl Renamed hash-mode 6150 to 32600 9 months ago
m32600_a3-pure.cl Renamed hash-mode 6150 to 32600 9 months ago
m32700-pure.cl Rewrote -m 32700 kernel to use u32 datatype instead of u8 7 months ago
markov_be.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
markov_le.cl Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter 2 years ago
shared.cl Add important checks for pw_len == -1 to avoid out of boundary read/writes 2 years ago