Merge pull request #303 from breard-r/yescrypt

Add yescrypt support
This commit is contained in:
Serge Hallyn
2021-03-28 22:13:56 -05:00
committed by GitHub
10 changed files with 322 additions and 165 deletions

View File

@ -126,6 +126,9 @@ static struct itemdef def_table[] = {
#ifdef USE_BCRYPT
{"BCRYPT_MAX_ROUNDS", NULL},
{"BCRYPT_MIN_ROUNDS", NULL},
#endif
#ifdef USE_YESCRYPT
{"YESCRYPT_COST_FACTOR", NULL},
#endif
{"SUB_GID_COUNT", NULL},
{"SUB_GID_MAX", NULL},