abcrypt_params_free(3)NAMEabcrypt_params_free - API functionSYNOPSIS#include <abcrypt.h> void abcrypt_params_free(struct abcrypt_params *params);DESCRIPTIONThis function frees the Argon2 parameters structure.ArgumentsparamsA 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 VALUEReturns nothing.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)