abcrypt_params_time_cost(3)NAMEabcrypt_params_time_cost - API functionSYNOPSIS#include <abcrypt.h> uint32_t abcrypt_params_time_cost(struct abcrypt_params *params);DESCRIPTIONThis function gets number of iterations.ArgumentsparamsA pointer to the Argon2 parameters structure.RETURN VALUEReturns 0 if params is NULL, otherwise returns the number of iterations.VERSIONSThis function was added in version 0.3.0.REPORTING BUGSReport bugs to:https://github.com/sorairolake/abcrypt/issuesCOPYRIGHTCopyright © 2022-2024 Shun SakaiThis manual page is distributed under the terms of the Creative Commons Attribution 4.0 International Public License.SEE ALSOabcrypt_params_read(3)