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

Fix Clear and Reset functionalities #4

Open
Oleksandr-Tkachenko opened this issue Jun 22, 2021 · 1 comment
Open

Fix Clear and Reset functionalities #4

Oleksandr-Tkachenko opened this issue Jun 22, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Oleksandr-Tkachenko
Copy link
Member

There exists API for reusing the existing data structures in MOTION without the need to reallocate too much data, e.g., here. Unfortunately, we didn't have the time to implement it completely yet and it needs some additional work. These functionalities are very useful and might improve the efficiency, especially in high-bandwidth networks.

We planned to implement two functionalities:

  • Clear(), which enables evaluation of the same circuit multiple times on different inputs
  • Reset(), which removes the circuit but still allows to use the same base OTs, communication channel, etc
@Oleksandr-Tkachenko Oleksandr-Tkachenko added enhancement New feature or request help wanted Extra attention is needed labels Jun 22, 2021
@yuquan1210
Copy link

Hi, I wonder if there is any updates on Reset() function? Or, are there any workarounds that can delete the constructed circuit and start building afresh? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants