Fix -m 21600 DGST_SIZE

pull/2241/head
Jens Steube 5 years ago
parent 86d3f9e9c7
commit d18ff6fa3d

@ -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;

Loading…
Cancel
Save