you wrote "Recommended values are 1024, 2048, 4096, 8192, 16384, 32768, but it is also possible to go beyond this range." however, i try 1<<16(65,536),there is error:
terminate called after throwing an instance of 'std::invalid_argument'
what(): non-standard poly_modulus_degree
you wrote "Recommended values are 1024, 2048, 4096, 8192, 16384, 32768, but it is also possible to go beyond this range." however, i try 1<<16(65,536),there is error:
my code is :
please help