encryptogroup / MOTION

An efficient, user-friendly, modular, and extensible framework for mixed-protocol secure multi-party computation with two or more parties
MIT License
85 stars 40 forks source link

Fix Clear and Reset functionalities #4

Open Oleksandr-Tkachenko opened 3 years ago

Oleksandr-Tkachenko commented 3 years ago

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:

yuquan1210 commented 1 year ago

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!