diff --git a/OpenCL/m20713_a0-pure.cl b/OpenCL/m20730_a0-pure.cl similarity index 98% rename from OpenCL/m20713_a0-pure.cl rename to OpenCL/m20730_a0-pure.cl index f0929bc49..76589f18a 100644 --- a/OpenCL/m20713_a0-pure.cl +++ b/OpenCL/m20730_a0-pure.cl @@ -1,5 +1,5 @@ /** - * Author......: Andreas Vikerup @ Shelltrail + * Author......: Andreas Vikerup @ Shelltrail * License.....: MIT */ @@ -28,7 +28,7 @@ #define uint_to_hex_lower8_le(i) make_u32x (l_bin2asc[(i).s0], l_bin2asc[(i).s1], l_bin2asc[(i).s2], l_bin2asc[(i).s3], l_bin2asc[(i).s4], l_bin2asc[(i).s5], l_bin2asc[(i).s6], l_bin2asc[(i).s7], l_bin2asc[(i).s8], l_bin2asc[(i).s9], l_bin2asc[(i).sa], l_bin2asc[(i).sb], l_bin2asc[(i).sc], l_bin2asc[(i).sd], l_bin2asc[(i).se], l_bin2asc[(i).sf]) #endif -KERNEL_FQ void m20713_mxx (KERN_ATTR_RULES ()) +KERNEL_FQ void m20730_mxx (KERN_ATTR_RULES ()) { /** * modifier @@ -134,7 +134,7 @@ KERNEL_FQ void m20713_mxx (KERN_ATTR_RULES ()) } } -KERNEL_FQ void m20713_sxx (KERN_ATTR_RULES ()) +KERNEL_FQ void m20730_sxx (KERN_ATTR_RULES ()) { /** * modifier diff --git a/OpenCL/m20713_a1-pure.cl b/OpenCL/m20730_a1-pure.cl similarity index 98% rename from OpenCL/m20713_a1-pure.cl rename to OpenCL/m20730_a1-pure.cl index 97482e3f9..1bc541c88 100644 --- a/OpenCL/m20713_a1-pure.cl +++ b/OpenCL/m20730_a1-pure.cl @@ -1,5 +1,5 @@ /** - * Author......: Andreas Vikerup @ Shelltrail + * Author......: Andreas Vikerup @ Shelltrail * License.....: MIT */ @@ -26,7 +26,7 @@ #define uint_to_hex_lower8_le(i) make_u32x (l_bin2asc[(i).s0], l_bin2asc[(i).s1], l_bin2asc[(i).s2], l_bin2asc[(i).s3], l_bin2asc[(i).s4], l_bin2asc[(i).s5], l_bin2asc[(i).s6], l_bin2asc[(i).s7], l_bin2asc[(i).s8], l_bin2asc[(i).s9], l_bin2asc[(i).sa], l_bin2asc[(i).sb], l_bin2asc[(i).sc], l_bin2asc[(i).sd], l_bin2asc[(i).se], l_bin2asc[(i).sf]) #endif -KERNEL_FQ void m20713_mxx (KERN_ATTR_BASIC ()) +KERNEL_FQ void m20730_mxx (KERN_ATTR_BASIC ()) { /** * modifier @@ -135,7 +135,7 @@ KERNEL_FQ void m20713_mxx (KERN_ATTR_BASIC ()) } } -KERNEL_FQ void m20713_sxx (KERN_ATTR_BASIC ()) +KERNEL_FQ void m20730_sxx (KERN_ATTR_BASIC ()) { /** * modifier diff --git a/OpenCL/m20713_a3-pure.cl b/OpenCL/m20730_a3-pure.cl similarity index 98% rename from OpenCL/m20713_a3-pure.cl rename to OpenCL/m20730_a3-pure.cl index 988d063cd..4f1f670c9 100644 --- a/OpenCL/m20713_a3-pure.cl +++ b/OpenCL/m20730_a3-pure.cl @@ -1,5 +1,5 @@ /** - * Author......: Andreas Vikerup @ Shelltrail + * Author......: Andreas Vikerup @ Shelltrail * License.....: MIT */ @@ -26,7 +26,7 @@ #define uint_to_hex_lower8_le(i) make_u32x (l_bin2asc[(i).s0], l_bin2asc[(i).s1], l_bin2asc[(i).s2], l_bin2asc[(i).s3], l_bin2asc[(i).s4], l_bin2asc[(i).s5], l_bin2asc[(i).s6], l_bin2asc[(i).s7], l_bin2asc[(i).s8], l_bin2asc[(i).s9], l_bin2asc[(i).sa], l_bin2asc[(i).sb], l_bin2asc[(i).sc], l_bin2asc[(i).sd], l_bin2asc[(i).se], l_bin2asc[(i).sf]) #endif -KERNEL_FQ void m20713_mxx (KERN_ATTR_VECTOR ()) +KERNEL_FQ void m20730_mxx (KERN_ATTR_VECTOR ()) { /** * modifier @@ -148,7 +148,7 @@ KERNEL_FQ void m20713_mxx (KERN_ATTR_VECTOR ()) } } -KERNEL_FQ void m20713_sxx (KERN_ATTR_VECTOR ()) +KERNEL_FQ void m20730_sxx (KERN_ATTR_VECTOR ()) { /** * modifier diff --git a/src/modules/module_20713.c b/src/modules/module_20730.c similarity index 99% rename from src/modules/module_20713.c rename to src/modules/module_20730.c index f3ce41883..26e1c1578 100644 --- a/src/modules/module_20713.c +++ b/src/modules/module_20730.c @@ -1,5 +1,5 @@ /** - * Author......: Andreas Vikerup @ Shelltrail + * Author......: Andreas Vikerup @ Shelltrail * License.....: MIT */ @@ -19,7 +19,7 @@ static const u32 DGST_POS3 = 6; static const u32 DGST_SIZE = DGST_SIZE_4_8; static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH_SALTED; static const char *HASH_NAME = "sha256(sha256($pass.$salt))"; -static const u64 KERN_TYPE = 20713; +static const u64 KERN_TYPE = 20730; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE | OPTI_TYPE_PRECOMPUTE_INIT | OPTI_TYPE_EARLY_SKIP