[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid argument: sig->getDim(dim) must equal reps.length() #452

Open
virtualvineet opened this issue Jul 15, 2021 · 1 comment
Open

Invalid argument: sig->getDim(dim) must equal reps.length() #452

virtualvineet opened this issue Jul 15, 2021 · 1 comment

Comments

@virtualvineet
Copy link

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   };
@virtualvineet
Copy link
Author

thin boot gives me following error
terminate called after throwing an instance of 'helib::LogicError'
what(): Invalid argument: sig and reps have inconsistent dimension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant