Update module_20711.c

pull/3968/head
elliot 2 months ago committed by GitHub
parent fafb277e07
commit d76137d44b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -82,8 +82,10 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
| TOKEN_ATTR_VERIFY_SIGNATURE;
token.sep[1] = '$';
token.len[1] = 16;
token.attr[1] = TOKEN_ATTR_FIXED_LENGTH;
token.len_min[1] = 16;
token.len_max[1] = 20;
token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH
| TOKEN_ATTR_OPTIONAL_ROUNDS;
token.sep[2] = '$';
token.len[2] = 64;

Loading…
Cancel
Save