docknetwork / crypto

Rust crypto library for data privacy tools
Apache License 2.0
78 stars 21 forks source link

Consider replacing KOS with Softspoken #24

Open mikelodder7 opened 1 month ago

mikelodder7 commented 1 month ago

If you read SoftSpokenOT: Communication--Computation Tradeoffs in OT Extension, we learn the KOS is deprecated. Softspoken OT is considered more secure and requires one less back and forth.

lovesh commented 1 month ago

I don't see it deprecated but we had a task to add Softspoken OT as thats what the threshold BBS+ paper recommended.

mikelodder7 commented 1 month ago

The authors of DKLS "Note for DKLs19 + DKLs18 with Proactive Key Refresh (2019/1328): uses the KOS OT-extension protocol (2015/546), which we consider to be depricated (see 2022/192)."

lovesh commented 1 month ago

I have looked in the 3 papers you mentioned and I don't find that statement. Can you please share the link you are reading from?

mikelodder7 commented 1 month ago

It's not a paper it's the authors website

http://dkls.info

lovesh commented 1 month ago

Thanks.