Fix -m 21600 DGST_SIZE
This commit is contained in:
@@ -15,7 +15,7 @@ static const u32 DGST_POS0 = 0;
|
||||
static const u32 DGST_POS1 = 1;
|
||||
static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 3;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_8_2;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_8_8;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_FRAMEWORK;
|
||||
static const char *HASH_NAME = "Web2py pbkdf2-sha512";
|
||||
static const u64 KERN_TYPE = 21600;
|
||||
|
||||
Reference in New Issue
Block a user