Bootstrapping error #540
-
Hello, I am trying to use the comparison evaluator for operations such as
I tried increasing the Q level in the ckks params but then the Below is the part of my code where the issue happens:
Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I see that you are creating a custom instance of bootstrapping.EvaluationKeys with evkSet . You should not have to do that The bootstrapping keys should be generated using the bootstrapping package. Try again by generating the keys using the bootstrapping package. See https://github.com/tuneinsight/lattigo/blob/main/circuits/ckks/bootstrapping/keys.go |
Beta Was this translation helpful? Give feedback.
I see that you are creating a custom instance of bootstrapping.EvaluationKeys with evkSet . You should not have to do that The bootstrapping keys should be generated using the bootstrapping package.
Try again by generating the keys using the bootstrapping package.
See https://github.com/tuneinsight/lattigo/blob/main/circuits/ckks/bootstrapping/keys.go