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

CKKS Ciphertext memory representation. #642

Open
mmazz opened this issue May 19, 2023 · 0 comments
Open

CKKS Ciphertext memory representation. #642

mmazz opened this issue May 19, 2023 · 0 comments

Comments

@mmazz
Copy link

mmazz commented May 19, 2023

I'm trying to understand how its represented a ciphertext of CKKS in memory, or the data structure.

Here is what I understand, correct me if I'm wrong. I also add some questions.

  1. Is an array of Polynomials represented in a CRT form and also the parameter id. Correct? If so, this param_id is in the LSB or MSB?
  2. One of this Polynomials in CRT form, is a array of arrays? In which each element is for each prime of the CRT?
  3. There is something else that in missing?
@mmazz mmazz changed the title Ciphertext to bit representation without serialization. CKKS Ciphertext memory representation. May 31, 2023
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