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

Figure out SIMD for MPC operations #13

Open
Mikerah opened this issue Dec 1, 2021 · 1 comment
Open

Figure out SIMD for MPC operations #13

Mikerah opened this issue Dec 1, 2021 · 1 comment

Comments

@Mikerah
Copy link
Contributor

Mikerah commented Dec 1, 2021

In MP-SPDZ and SCALE-MAMBA, it is possible to vectorize operations in order to speed up the computation for a circuit.
We should aim at having similar functionality. The rayon library which is used in Zcash may play a part in this.

@Mikerah
Copy link
Contributor Author

Mikerah commented Dec 1, 2021

Turns out rayon doesn't help with SIMD only parallelization.
This faster library seems to be more geared towards SIMD.

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