Rename -m 18700 to Java Object hashCode()

This commit is contained in:
jsteube
2019-02-22 09:30:56 +01:00
parent b01038b8f4
commit b4d52e412b
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ static const u32 DGST_POS2 = 2;
static const u32 DGST_POS3 = 3;
static const u32 DGST_SIZE = DGST_SIZE_4_4;
static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH;
static const char *HASH_NAME = "DJB 32";
static const char *HASH_NAME = "Java Object hashCode()";
static const u64 KERN_TYPE = 18700;
static const u32 OPTI_TYPE = OPTI_TYPE_RAW_HASH;
static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE;