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

Matrix multiplication between encrypted matrix and vector. #643

Open
hobbitlzy opened this issue May 26, 2023 · 0 comments
Open

Matrix multiplication between encrypted matrix and vector. #643

hobbitlzy opened this issue May 26, 2023 · 0 comments

Comments

@hobbitlzy
Copy link

hobbitlzy commented May 26, 2023

I find many materials discuss the dot product between one plaintext matrix and one encrypted vector, which commonly appears in the application of machine learning. As I understand it, this multiplication leverages the SIMD operation of the BFC scheme and diagonal encoding. I am curious to know if this concept could be extended to situations where both the matrix and vector require encryption or if there are better implementations. Does the Microsoft SEAL library contain any examples of such multiplications?

I am new to homomorphic encryption and SEAL, please correct me if I have any misunderstanding. :)

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