abcrypt_params_new(3)

NAME

abcrypt_params_new - API function

SYNOPSIS

#include <abcrypt.h>

struct abcrypt_params *abcrypt_params_new(void);

DESCRIPTION

This function creates a new Argon2 parameters structure.

Arguments

Takes no arguments.

RETURN VALUE

Returns a pointer to the Argon2 parameters structure.

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)