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

add ferret with io #171

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open

add ferret with io #171

wants to merge 6 commits into from

Conversation

xiangxiecrypto
Copy link
Collaborator

see #137
rebase dev and shrink all the commits.

xiangxiecrypto and others added 3 commits June 28, 2024 23:55
* refactor(mpz-ot): ferret clean up

* buffer OTs, setup rcot only invoked once

* fix mpcot test

---------

Co-authored-by: Xiang Xie <xiexiangiscas@gmail.com>
@xiangxiecrypto
Copy link
Collaborator Author

There are two types of COTs we can bootstrap.

  1. In Ferret extension, we should reserve k COTs for the next iteration. This is done in Ferret core.
  2. In MPCOT/SPCOT, COTs are needed in the procedure. Now I buffer all these COTs, and these COTs are reserved after Ferret extension. This can avoid invoking heavy KOS extensions.

@xiangxiecrypto
Copy link
Collaborator Author

It looks like KOS does not implement RandomCOTSender and RandomCOTReceiver?
These are needed in the impl. of Ferret. @sinui0

@sinui0
Copy link
Collaborator

sinui0 commented Sep 2, 2024

#179

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

Successfully merging this pull request may close these issues.

2 participants