abcrypt_params_new(3)NAMEabcrypt_params_new - API functionSYNOPSIS#include <abcrypt.h> struct abcrypt_params *abcrypt_params_new(void);DESCRIPTIONThis function creates a new Argon2 parameters structure.ArgumentsTakes no arguments.RETURN VALUEReturns a pointer to the Argon2 parameters structure.VERSIONSThis function was added in version 0.1.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(3)