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

Support for unlimited user data size (a.k.a. multi-ciphertext SecureVector/SecureMatrix) #51

Open
sloede opened this issue Sep 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sloede
Copy link
Member

sloede commented Sep 8, 2024

Currently, SecureVector and SecureMatrix store exactly one ciphertext to hold all user data, limiting us to ~65K entries when we have a ring dimension of $N = 2^{17}$. It would be great if we could extend this to (theoretically) arbitrary sizes, by extending the implementation of SecureVector and SecureMatrix to hold an array of ciphertexts (instead of a single one). This would also require an extension of the circshift implementations for secure vectors/matrices.

@sloede sloede added the enhancement New feature or request label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant