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

Random OT implementation lacks spec/paper #101

Open
anon292 opened this issue Jun 30, 2023 · 0 comments
Open

Random OT implementation lacks spec/paper #101

anon292 opened this issue Jun 30, 2023 · 0 comments

Comments

@anon292
Copy link

anon292 commented Jun 30, 2023

Most of the OT implementations in multi-party-sig/internal/ot/ point to the corresponding spec/paper. For example, in additive.go:

// NewAdditiveOTSender initializes the sender of an Additive OT.
//
// This follows Protocol 9 of https://eprint.iacr.org/2018/499 to a certain extent.
// The main difference is that we strictly conform to the underlying extended OT,
// removing Doerner's modifications to the check.

This is very nice! The same is not done for the "base" OT implementation in there multi-party-sig/internal/ot/random.go. The comments don't cite the eprint paper.

What is the paper/spec for random.go? It doesn't seem like it is the "Simplest OT".

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