abcrypt_params_time_cost(3)

NAME

abcrypt_params_time_cost - API function

SYNOPSIS

#include <abcrypt.h>

uint32_t abcrypt_params_time_cost(struct abcrypt_params *params);

DESCRIPTION

This function gets number of iterations.

Arguments

params

A pointer to the Argon2 parameters structure.

RETURN VALUE

Returns 0 if params is NULL, otherwise returns the number of iterations.

VERSIONS

This function was added in version 0.3.0.

Copyright © 2022-2024 Shun Sakai

This manual page is distributed under the terms of the Creative Commons Attribution 4.0 International Public License.

SEE ALSO

abcrypt_params_read(3)