abcrypt_params_free(3)

NAME

abcrypt_params_free - API function

SYNOPSIS

#include <abcrypt.h>

void abcrypt_params_free(struct abcrypt_params *params);

DESCRIPTION

This function frees the Argon2 parameters structure.

Arguments

params

A pointer to the Argon2 parameters structure to free.

This function must not be called on a freed params, because a double-free may occur.

RETURN VALUE

Returns nothing.

VERSIONS

This function was added in version 0.1.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(3)