Rename -m 3202 to -m 25800

This commit is contained in:
Jens Steube
2021-05-18 19:25:47 +02:00
parent 36f6fd2a63
commit 9028938998
4 changed files with 5 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(sha1($pass)) / bcryptsha1";
static const u64 KERN_TYPE = 3202;
static const u64 KERN_TYPE = 25800;
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_BE
| OPTS_TYPE_DYNAMIC_SHARED;