Function heongpu::tfhe_generate_bootkey_kernel

Function Documentation

Warning

doxygenfunction: Unable to resolve function “heongpu::tfhe_generate_bootkey_kernel” with arguments “(const Data64*, const int32_t*, int32_t*, const Root64*, const Root64*, const Ninverse64, const Modulus64, int, int, int, int)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 4] void tfhe_generate_bootkey_kernel (const Data64 *sk_rlwe, const int32_t *sk_lwe, int32_t *boot_key, const Root64 *__restrict__ forward_root_of_unity_table, const Root64 *__restrict__ inverse_root_of_unity_table, const Ninverse64 n_inverse, const Modulus64 modulus, int N, int k, int bk_bit, int bk_length) —-^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 34] void tfhe_generate_bootkey_kernel (const Data64 *sk_rlwe, const int32_t *sk_lwe, int32_t *boot_key, const Root64 *__restrict__ forward_root_of_unity_table, const Root64 *__restrict__ inverse_root_of_unity_table, const Ninverse64 n_inverse, const Modulus64 modulus, int N, int k, int bk_bit, int bk_length) ———————————-^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “f”. [error at 127] void tfhe_generate_bootkey_kernel (const Data64 *sk_rlwe, const int32_t *sk_lwe, int32_t *boot_key, const Root64 *__restrict__ forward_root_of_unity_table, const Root64 *__restrict__ inverse_root_of_unity_table, const Ninverse64 n_inverse, const Modulus64 modulus, int N, int k, int bk_bit, int bk_length) ——————————————————————————————————————————-^