.. |
amp_a0.cl
|
Add restrict keyword to kernel declarations to help the compiler with caching optimizations
|
2018-11-21 13:00:30 +01:00 |
amp_a1.cl
|
Add restrict keyword to kernel declarations to help the compiler with caching optimizations
|
2018-11-21 13:00:30 +01:00 |
amp_a3.cl
|
Add restrict keyword to kernel declarations to help the compiler with caching optimizations
|
2018-11-21 13:00:30 +01:00 |
inc_cipher_aes.cl
|
Allow use of hash-mode 7900, 10700 and 13731 on AMD devices after workaround
|
2018-08-13 13:41:43 +02:00 |
inc_cipher_camellia.cl
|
Undef some macros to avoid collisions
|
2019-02-07 16:59:10 +01:00 |
inc_cipher_kuznyechik.cl
|
Undef some macros to avoid collisions
|
2019-02-07 16:59:10 +01:00 |
inc_cipher_serpent.cl
|
Undef some macros to avoid collisions
|
2019-02-07 16:59:10 +01:00 |
inc_cipher_twofish.cl
|
Undef some macros to avoid collisions
|
2019-02-07 16:59:10 +01:00 |
inc_common.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
inc_comp_multi_bs.cl
|
Fixes https://github.com/hashcat/hashcat/issues/1123
|
2017-02-22 20:53:14 +01:00 |
inc_comp_multi.cl
|
|
|
inc_comp_single_bs.cl
|
|
|
inc_comp_single.cl
|
Fixes https://github.com/hashcat/hashcat/issues/1123
|
2017-02-22 20:53:14 +01:00 |
inc_hash_constants.h
|
Moved init params in CPU (interface.c). Fixed vector-type problem in kernel a0.
|
2017-04-30 20:34:01 -04:00 |
inc_hash_functions.cl
|
Rename some hashcat specific OpenCL functions to avoid conflicts with existing OpenCL functions from OpenCL runtime
|
2018-07-22 12:20:20 +02:00 |
inc_hash_md4.cl
|
Testing: Workaround some AMD OpenCL runtime segmentation faults
|
2018-08-09 13:03:22 +02:00 |
inc_hash_md5.cl
|
Testing: Workaround some AMD OpenCL runtime segmentation faults
|
2018-08-09 13:03:22 +02:00 |
inc_hash_ripemd160.cl
|
Testing: Workaround some AMD OpenCL runtime segmentation faults
|
2018-08-09 13:03:22 +02:00 |
inc_hash_sha1.cl
|
Replace double MAYBE_VOLATILE
|
2018-08-09 19:44:54 +02:00 |
inc_hash_sha224.cl
|
Testing: Workaround some AMD OpenCL runtime segmentation faults
|
2018-08-09 13:03:22 +02:00 |
inc_hash_sha256.cl
|
Testing: Workaround some AMD OpenCL runtime segmentation faults
|
2018-08-09 13:03:22 +02:00 |
inc_hash_sha384.cl
|
Testing: Workaround some AMD OpenCL runtime segmentation faults
|
2018-08-09 13:03:22 +02:00 |
inc_hash_sha512.cl
|
Testing: Workaround some AMD OpenCL runtime segmentation faults
|
2018-08-09 13:03:22 +02:00 |
inc_hash_streebog256.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
inc_hash_streebog512.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
inc_hash_whirlpool.cl
|
Remove SCR_TYPE macro from OpenCL code
|
2018-08-13 12:10:03 +02:00 |
inc_luks_aes.cl
|
Get rid of some old volatiles
|
2018-02-09 19:18:30 +01:00 |
inc_luks_af.cl
|
Switched array pointer types in function declarations in order to be compatible with OpenCL 2.0
|
2018-07-22 11:47:42 +02:00 |
inc_luks_essiv.cl
|
Switched array pointer types in function declarations in order to be compatible with OpenCL 2.0
|
2018-07-22 11:47:42 +02:00 |
inc_luks_serpent.cl
|
Get rid of some old volatiles
|
2018-02-09 19:18:30 +01:00 |
inc_luks_twofish.cl
|
OpenCL Kernels: Add general function declaration keyword (static inline)
|
2018-02-06 19:12:24 +01:00 |
inc_luks_xts.cl
|
OpenCL Kernels: Add general function declaration keyword (static inline)
|
2018-02-06 19:12:24 +01:00 |
inc_rp_optimized.cl
|
Add set_mark_1x4() and set_mark_1x4_S()
|
2018-07-28 18:03:18 +02:00 |
inc_rp_optimized.h
|
Rename inc_rp.X to inc_rp_optimized.X
|
2017-08-11 11:25:47 +02:00 |
inc_rp.cl
|
Do not use a vector function to write into a scalar variable even if vectorize support is disabled
|
2018-02-16 10:48:49 +01:00 |
inc_rp.h
|
Fixed thread count maximum for pure kernels in straight attack mode
|
2018-11-20 15:29:24 +01:00 |
inc_scalar.cl
|
Multiple changes:
|
2017-06-29 12:19:05 +02:00 |
inc_simd.cl
|
OpenCL Kernels: Add general function declaration keyword (static inline)
|
2018-02-06 19:12:24 +01:00 |
inc_truecrypt_crc32.cl
|
We can't mix inline functions with static constants
|
2018-02-07 14:16:27 +01:00 |
inc_truecrypt_keyfile.cl
|
- Keymaps: Added hashcat keyboard mapping us.hckmap (can be used as template)
|
2018-11-15 22:29:03 +01:00 |
inc_truecrypt_xts.cl
|
Allow use of hash-mode 7900, 10700 and 13731 on AMD devices after workaround
|
2018-08-13 13:41:43 +02:00 |
inc_types.cl
|
Add -m 16500 module
|
2019-02-11 13:11:51 +01:00 |
inc_vendor.cl
|
OpenCL Device: Do a real query on OpenCL local memory type instead of just assuming it
|
2018-11-20 10:06:34 +01:00 |
inc_veracrypt_xts.cl
|
Add Camellia support for VeraCrypt kernels
|
2018-11-28 14:21:14 +01:00 |
m00000_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00000_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00000_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00000_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m00000_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00000_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00010_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00010_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00010_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00010_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m00010_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00010_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00020_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00020_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00020_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00020_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m00020_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00020_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00030_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00030_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00030_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00030_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m00030_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00030_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00040_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00040_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00040_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00040_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m00040_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00040_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00050_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00050_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00050_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00050_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00050_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00050_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00060_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00060_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00060_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00060_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00060_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00060_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00100_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00100_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00100_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00100_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m00100_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00100_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00110_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00110_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00110_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00110_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m00110_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00110_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00120_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00120_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00120_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00120_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m00120_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00120_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00130_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00130_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00130_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00130_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m00130_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00130_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00140_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00140_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00140_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00140_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m00140_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00140_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00150_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00150_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00150_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00150_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00150_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00150_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00160_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00160_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00160_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00160_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00160_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00160_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00200_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00200_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00200_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00300_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00300_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00300_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00300_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m00300_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00300_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00400-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00400-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m00500-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00500-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00600_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00600_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00600_a3-optimized.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m00900_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m00900_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m00900_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m00900_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m00900_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m00900_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01000_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01000_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01000_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01000_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01000_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01000_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01100_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01100_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01100_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01100_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01100_a3-optimized.cl
|
Add missing kernel in -m 1100 -a 3 -O mode
|
2019-02-10 10:26:35 +01:00 |
m01100_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01300_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01300_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01300_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01300_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01300_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01300_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01400_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01400_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01400_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01400_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01400_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01400_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01410_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01410_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01410_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01410_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01410_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01410_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01420_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01420_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01420_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01420_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01420_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01420_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01430_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01430_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01430_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01430_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01430_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01430_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01440_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01440_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01440_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01440_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01440_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01440_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01450_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01450_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01450_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01450_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01450_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01450_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01460_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01460_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01460_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01460_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01460_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01460_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01500_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01500_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01500_a3-pure.cl
|
Add restrict keyword to kernel declarations to help the compiler with caching optimizations
|
2018-11-21 13:00:30 +01:00 |
m01600-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01600-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01700_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01700_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01700_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01700_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01700_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01700_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01710_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01710_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01710_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01710_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01710_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01710_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01720_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01720_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01720_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01720_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01720_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01720_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01730_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01730_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01730_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01730_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01730_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01730_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01740_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01740_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01740_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01740_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m01740_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01740_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01750_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01750_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01750_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01750_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01750_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01750_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01760_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01760_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m01760_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m01760_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01760_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m01760_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01800-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m01800-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m02000_a0-pure.cl
|
Use macros in remaining kernel functions
|
2018-11-16 14:30:45 +01:00 |
m02000_a1-pure.cl
|
Use macros in remaining kernel functions
|
2018-11-16 14:30:45 +01:00 |
m02000_a3-pure.cl
|
Use macros in remaining kernel functions
|
2018-11-16 14:30:45 +01:00 |
m02100-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m02400_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m02400_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m02400_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m02410_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m02410_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m02410_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m02500-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m02501-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m02610_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m02610_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m02610_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m02610_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m02610_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m02610_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m02710_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m02710_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m02710_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m02810_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m02810_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m02810_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m02810_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m02810_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m02810_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m03000_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m03000_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m03000_a3-pure.cl
|
Add restrict keyword to kernel declarations to help the compiler with caching optimizations
|
2018-11-21 13:00:30 +01:00 |
m03100_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m03100_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m03100_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m03200-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m03710_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m03710_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m03710_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m03710_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m03710_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m03710_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m03800_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m03800_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m03800_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m03800_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m03800_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m03800_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m03910_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m03910_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m03910_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m03910_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m03910_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m03910_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04010_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04010_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m04010_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m04010_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m04010_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m04010_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04110_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04110_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m04110_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m04110_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m04110_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m04110_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04310_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04310_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m04310_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m04310_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m04310_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m04310_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04400_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04400_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m04400_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m04400_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m04400_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m04400_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04500_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04500_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m04500_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m04500_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m04500_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m04500_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04520_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04520_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m04520_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m04520_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m04520_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m04520_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04700_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04700_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m04700_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m04700_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m04700_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m04700_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04800_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04800_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m04800_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m04800_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m04800_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m04800_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04900_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m04900_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m04900_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m04900_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m04900_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m04900_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m05100_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m05100_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m05100_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m05100_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m05100_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m05100_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m05200-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m05300_a0-optimized.cl
|
Extended IKE PSK md5/sha1 (-m 5300/5400) to print hashes correctly
|
2018-12-05 12:57:54 +01:00 |
m05300_a0-pure.cl
|
Extended IKE PSK md5/sha1 (-m 5300/5400) to print hashes correctly
|
2018-12-05 12:57:54 +01:00 |
m05300_a1-optimized.cl
|
Extended IKE PSK md5/sha1 (-m 5300/5400) to print hashes correctly
|
2018-12-05 12:57:54 +01:00 |
m05300_a1-pure.cl
|
Extended IKE PSK md5/sha1 (-m 5300/5400) to print hashes correctly
|
2018-12-05 12:57:54 +01:00 |
m05300_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m05300_a3-pure.cl
|
Extended IKE PSK md5/sha1 (-m 5300/5400) to print hashes correctly
|
2018-12-05 12:57:54 +01:00 |
m05400_a0-optimized.cl
|
Extended IKE PSK md5/sha1 (-m 5300/5400) to print hashes correctly
|
2018-12-05 12:57:54 +01:00 |
m05400_a0-pure.cl
|
Extended IKE PSK md5/sha1 (-m 5300/5400) to print hashes correctly
|
2018-12-05 12:57:54 +01:00 |
m05400_a1-optimized.cl
|
Extended IKE PSK md5/sha1 (-m 5300/5400) to print hashes correctly
|
2018-12-05 12:57:54 +01:00 |
m05400_a1-pure.cl
|
Extended IKE PSK md5/sha1 (-m 5300/5400) to print hashes correctly
|
2018-12-05 12:57:54 +01:00 |
m05400_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m05400_a3-pure.cl
|
Extended IKE PSK md5/sha1 (-m 5300/5400) to print hashes correctly
|
2018-12-05 12:57:54 +01:00 |
m05500_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m05500_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m05500_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m05500_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m05500_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m05500_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m05600_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m05600_a0-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m05600_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m05600_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m05600_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m05600_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m05800-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m05800-pure.cl
|
Add module for -m 5700 and -m 5800
|
2019-02-09 10:03:58 +01:00 |
m06000_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m06000_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m06000_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m06000_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m06000_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m06000_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m06100_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m06100_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m06100_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m06100_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m06100_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m06100_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m06211-pure.cl
|
Add Camellia support for VeraCrypt kernels
|
2018-11-28 14:21:14 +01:00 |
m06212-pure.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
m06213-pure.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
m06221-pure.cl
|
Add Camellia support for VeraCrypt kernels
|
2018-11-28 14:21:14 +01:00 |
m06222-pure.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
m06223-pure.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
m06231-pure.cl
|
Add Camellia support for VeraCrypt kernels
|
2018-11-28 14:21:14 +01:00 |
m06232-pure.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
m06233-pure.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
m06300-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m06300-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m06400-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m06500-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m06600-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m06700-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m06800-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m06900_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m06900_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m06900_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m07000_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07000_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m07000_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m07000_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m07000_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m07000_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07100-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m07300_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07300_a0-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m07300_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m07300_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07300_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m07300_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07400-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07400-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07500_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07500_a0-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m07500_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m07500_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m07500_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m07500_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07700_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07700_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m07700_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m07701_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07701_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m07701_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m07800_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07800_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m07800_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m07801_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m07801_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m07801_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m07900-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m08000_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m08000_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m08000_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m08100_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m08100_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m08100_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m08100_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m08100_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m08100_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m08200-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m08300_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m08300_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m08300_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m08300_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m08300_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m08300_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m08400_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m08400_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m08400_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m08400_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m08400_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m08400_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m08500_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m08500_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m08500_a3-pure.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m08600_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m08600_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m08600_a3-pure.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m08700_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m08700_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m08700_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m08800-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m08900-pure.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m09000-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m09100-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m09400-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m09500-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m09600-pure.cl
|
Allow cracking non-unique salts for Office 2013
|
2018-12-18 14:32:56 +01:00 |
m09700_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m09700_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m09700_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m09710_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m09710_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m09710_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m09720_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m09720_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m09720_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m09800_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m09800_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m09800_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m09810_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m09810_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m09810_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m09820_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m09820_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m09820_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m09900_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m09900_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m09900_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m09900_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m09900_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m09900_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m10100_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m10100_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m10100_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m10300-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m10400_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m10400_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m10400_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m10410_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m10410_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m10410_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m10420_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m10420_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m10420_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m10500-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m10700-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m10700-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m10800_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m10800_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m10800_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m10800_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m10800_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m10800_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m10900-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m11000_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11000_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m11000_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m11000_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m11000_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m11000_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11100_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11100_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m11100_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m11100_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m11100_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m11100_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11200_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11200_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m11200_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m11200_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m11200_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m11200_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11300-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m11400_a0-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m11400_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m11400_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11500_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11500_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m11500_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m11600-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11700_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11700_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m11700_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m11700_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m11700_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m11700_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11750_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m11750_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11750_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11760_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m11760_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11760_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11800_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11800_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m11800_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m11800_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m11800_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m11800_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11850_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m11850_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11850_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11860_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m11860_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11860_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m11900-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m12000-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m12200-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m12300-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m12400-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m12500-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m12600_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m12600_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m12600_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m12600_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m12600_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m12600_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m12700-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m12800-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m12900-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m13000-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m13100_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m13100_a0-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m13100_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m13100_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m13100_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m13100_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m13200-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m13300_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m13300_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m13300_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m13300_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m13300_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m13300_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m13400-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m13500_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m13500_a0-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m13500_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m13500_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m13500_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m13500_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m13600-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m13751-pure.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
m13752-pure.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
m13753-pure.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
m13771-pure.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
m13772-pure.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
m13773-pure.cl
|
Cleanup VeraCrypt related code
|
2018-11-29 12:49:03 +01:00 |
m13800_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m13800_a0-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m13800_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m13800_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m13800_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m13800_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m13900_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m13900_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m13900_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m13900_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m13900_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m13900_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m14000_a0-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m14000_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m14000_a3-pure.cl
|
Add restrict keyword to kernel declarations to help the compiler with caching optimizations
|
2018-11-21 13:00:30 +01:00 |
m14100_a0-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m14100_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m14100_a3-pure.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m14400_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m14400_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m14400_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m14400_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m14400_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m14400_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m14611-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14612-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14613-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14621-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14622-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14623-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14631-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14632-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14633-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14641-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14642-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14643-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14700-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14800-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m14900_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m14900_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m14900_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m15000_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m15000_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m15000_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m15000_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m15000_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m15000_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m15100-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m15300-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m15400_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m15400_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m15400_a3-optimized.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m15500_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m15500_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m15500_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m15500_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m15500_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m15500_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m15600-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m15700-pure.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m15900-pure.cl
|
Fixed out-of-boundary read in DPAPI masterkey file v2 OpenCL kernel
|
2018-11-21 14:55:22 +01:00 |
m16000_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m16000_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m16000_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m16100_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m16100_a0-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m16100_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m16100_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m16100_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m16100_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m16200-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m16300-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m16400_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m16400_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m16400_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m16400_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m16400_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m16400_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m16511_a0-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m16511_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m16511_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m16512_a0-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m16512_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m16512_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m16513_a0-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m16513_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m16513_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m16600_a0-optimized.cl
|
Add salt type 2 support for optimized functions
|
2018-12-05 10:42:23 -08:00 |
m16600_a0-pure.cl
|
Add salt type 2 support for pure functions
|
2018-12-05 10:37:40 -08:00 |
m16600_a1-optimized.cl
|
Add salt type 2 support for optimized functions
|
2018-12-05 10:42:23 -08:00 |
m16600_a1-pure.cl
|
Add salt type 2 support for pure functions
|
2018-12-05 10:37:40 -08:00 |
m16600_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m16600_a3-pure.cl
|
Add salt type 2 support for pure functions
|
2018-12-05 10:37:40 -08:00 |
m16800-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m16801-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m16900-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m17300_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m17300_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m17300_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m17400_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m17400_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m17400_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m17500_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m17500_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m17500_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m17600_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m17600_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m17600_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m17700_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m17700_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m17700_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m17800_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m17800_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m17800_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m17900_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m17900_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m17900_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m18000_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m18000_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m18000_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m18100_a0-pure.cl
|
Make all kernel parameter macro helper a function
|
2018-11-16 14:17:01 +01:00 |
m18100_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m18100_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m18200_a0-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m18200_a0-pure.cl
|
Replace kernel parameter lists with macros
|
2018-11-16 11:44:33 +01:00 |
m18200_a1-optimized.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:44:24 +01:00 |
m18200_a1-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:34:43 +01:00 |
m18200_a3-optimized.cl
|
Rename d_scryptVX_buf to d_extraX_buf
|
2019-01-04 11:21:42 +01:00 |
m18200_a3-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:26:46 +01:00 |
m18300-pure.cl
|
Give the compiler a hint for automatic optimizations based on password length
|
2018-11-20 15:32:41 +01:00 |
m18400-pure.cl
|
Add support for Open Document Format 1.2
|
2018-12-06 18:00:09 +01:00 |
m18500_a0-pure.cl
|
Added hash mode 18500 sha1(md5(md5($pass)))
|
2018-12-10 16:11:11 +01:00 |
m18500_a1-pure.cl
|
Added hash mode 18500 sha1(md5(md5($pass)))
|
2018-12-10 16:11:11 +01:00 |
m18500_a3-pure.cl
|
Added hash mode 18500 sha1(md5(md5($pass)))
|
2018-12-10 16:11:11 +01:00 |
m18600-pure.cl
|
Add support for Open Document Format 1.1
|
2018-12-14 13:23:52 +01:00 |
markov_be.cl
|
Add restrict keyword to kernel declarations to help the compiler with caching optimizations
|
2018-11-21 13:00:30 +01:00 |
markov_le.cl
|
Add restrict keyword to kernel declarations to help the compiler with caching optimizations
|
2018-11-21 13:00:30 +01:00 |