Replies: 1 comment 1 reply
-
@AFLuo, the plaintext domain for batched vectors in BFV and BGV is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Existing rotation methods for
heint
includesRotateColumnsNew
andRotateRowsNew
to rotate columns and rows respectively, which is quite strange since such rotation methods put restrictions on dimensions. I wonder if i can rotate as if there is only one row.Take an example, I have a vector, which contains
params.N()
elements, and i want to rotate over the ct encrypting this vector.It seems that existing rotation methods does not support this operation.
Beta Was this translation helpful? Give feedback.
All reactions