Rename -m 3201 to -m 25600

This commit is contained in:
Jens Steube
2021-05-17 13:23:50 +02:00
parent ae2580a542
commit 751d3a6454
4 changed files with 10 additions and 5 deletions
@@ -18,7 +18,7 @@ static const u32 DGST_POS3 = 3;
static const u32 DGST_SIZE = DGST_SIZE_4_6;
static const u32 HASH_CATEGORY = HASH_CATEGORY_OS;
static const char *HASH_NAME = "bcrypt(md5($pass)) / bcryptmd5";
static const u64 KERN_TYPE = 3201;
static const u64 KERN_TYPE = 25600;
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE
| OPTS_TYPE_DYNAMIC_SHARED;