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

EvalSumRowsKeyGen()/EvalSumColsKeyGen() incorrect behavior #773

Open
dsuponitskiy opened this issue May 17, 2024 · 0 comments · May be fixed by #768
Open

EvalSumRowsKeyGen()/EvalSumColsKeyGen() incorrect behavior #773

dsuponitskiy opened this issue May 17, 2024 · 0 comments · May be fixed by #768
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dsuponitskiy
Copy link
Collaborator

dsuponitskiy commented May 17, 2024

We have moved all automorphism keys to one map (see issue #546 and issue #545). The code for EvalSumRowsKeyGen() and EvalSumColsKeyGen() was updated as well. However, these two functions return a map of the generated keys (unlike EvalSumKeyGen() which is "void"). This returned map is not fully (if at all) populated if the indices are added by calling EvalSumKeyGen(). An empty map passed as a parameter to a subsequent call to EvalSumRows() or EvalSumCols() throws an exception.

@dsuponitskiy dsuponitskiy added the bug Something isn't working label May 17, 2024
@dsuponitskiy dsuponitskiy added this to the Release 1.1.5 milestone May 17, 2024
@dsuponitskiy dsuponitskiy self-assigned this May 17, 2024
@dsuponitskiy dsuponitskiy linked a pull request May 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant