You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All,
I am getting following error. I have used thickboot or thinboot both. I get similar error.
terminate called after throwing an instance of 'helib::LogicError'
what(): Invalid argument: sig->getDim(dim) must equal reps.length()
here is my configuration parameters
long p = 2;
long m = 32767;
// Hensel lifting (default = 1)
long r = 1;
// Number of bits of the modulus chain
long bits = 1000;
// Number of columns of Key-Switching matrix (default = 2 or 3)
long c = 2;
std::vector<long> mvec = {7,31,151} ;
// Generating set of Zm* group.
std::vector<long> gens = { 11628, 28087, 25824 };
// Orders of the previous generators.
std::vector<long> ords = { 30,6,10 };
The text was updated successfully, but these errors were encountered:
thin boot gives me following error
terminate called after throwing an instance of 'helib::LogicError'
what(): Invalid argument: sig and reps have inconsistent dimension
All,
I am getting following error. I have used thickboot or thinboot both. I get similar error.
terminate called after throwing an instance of 'helib::LogicError'
what(): Invalid argument: sig->getDim(dim) must equal reps.length()
here is my configuration parameters
The text was updated successfully, but these errors were encountered: