How to check the noise budget? #412
Answered
by
Pro7ech
fedejinich
asked this question in
Q&A
-
Hi, how can I get the remaining noise budget of a ciphertext? I want to see the way noise grows during the execution, and I want to check how much noise is left until I corrupt the ciphertext. Is there any util for that? |
Beta Was this translation helpful? Give feedback.
Answered by
Pro7ech
Nov 9, 2023
Replies: 1 comment 1 reply
-
Hi @fedejinich, I believe you are referring to the BFV/BGV schemes. The only way to check the noise budget is to decrypt and check the norm of the error. See the tests in the BFV/BGV schemes on how to do it: lattigo/schemes/bgv/bgv_test.go Line 159 in edde68e |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Pro7ech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @fedejinich, I believe you are referring to the BFV/BGV schemes. The only way to check the noise budget is to decrypt and check the norm of the error. See the tests in the BFV/BGV schemes on how to do it:
lattigo/schemes/bgv/bgv_test.go
Line 159 in edde68e