BCRYPT_MINLOGROUNDS
if (log_rounds < BCRYPT_MINLOGROUNDS)
log_rounds = BCRYPT_MINLOGROUNDS;
if ((logr = atoi(arounds)) < BCRYPT_MINLOGROUNDS ||