abcrypt_params_read(3)
NAME
abcrypt_params_read - API function
SYNOPSIS
#include <abcrypt.h>
enum abcrypt_error_code abcrypt_params_read(uint8_t *ciphertext,
uintptr_t ciphertext_len,
struct abcrypt_params *params);
RETURN VALUE
Returns ABCRYPT_ERROR_CODE_OK
if successful, otherwise returns an error value
defined in abcrypt_error_code(3).