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

[CHEETAH] Improve the B2A by 50% via collapse COTs #687

Merged
merged 1 commit into from
May 16, 2024

Conversation

fionser
Copy link
Contributor

@fionser fionser commented May 14, 2024

According to the trick from the ABY paper. We can use k instances of COTs to compute the B2A. Also the i-th COT only need to transfer k-i bits. This on average save about 50% communication of the current B2A implementation which call k instances of COT over k-bit values.

Pull Request

What problem does this PR solve?

Issue Number: Fixed #

Possible side effects?

  • Performance:

  • Backward compatibility:

According to the trick from the ABY paper. We can use `k` instances of COTs to compute the B2A.
Also the i-th COT only need to transfer `k-i` bits.
This on average save about 50% communication of the current B2A implementation which call k instances of COT over k-bit values.
@anakinxc anakinxc merged commit 1cc0054 into secretflow:main May 16, 2024
6 of 9 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants