Coder Social home page Coder Social logo

Some questions about Silver about libote HOT 2 CLOSED

addingIce avatar addingIce commented on September 26, 2024
Some questions about Silver

from libote.

Comments (2)

ladnir avatar ladnir commented on September 26, 2024
  1. silver is indeed not secure https://eprint.iacr.org/2023/882

However, this was a recent development and the warning was there from the when silver was first released. This was because it was a very aggressive design which we were not sure of. The Silver paper also suggestion caution when using it.

There is a new construction, expand convolute codes, detailed in the link above as well. This new code was pushed to the repo today. The code have provable minimum distance (the thing that silver was conjectured to have but does not). Thats is to say, the security of silent OT/VOLE with expand convolute has strong security gurarrantees. Quasi cyclic, expand accumulate codes also have provable minimum distance.

  1. getPartitions was the approach described by the original silentOT paper, https://eprint.iacr.org/2019/1159.pdf. Im not sure how wel it was detailed but should be implied if not explicitly stated.

getRegNoiseWeight is a more fine grained approach that takes as input the minimum distance of the code that is being used (eg. quasi cyclic, expand accumulate, expand convolute) and returns the required weight of the noise vector to provable prevent linear attacks (i.e. essentially all attacks that are known). This formula was first stated by the expand accumulate paper, https://eprint.iacr.org/2022/1014.

  1. at this point you probably can answer this question:

slv5, slv11 => silver
QuasiCyclic => the original silentOT paper which suggestions using quasi cyclic codes https://eprint.iacr.org/2019/1159.pdf.
ExAcc5,7,... => expand accumulate codes with expantion weight 5,7,..., https://eprint.iacr.org/2022/1014. Using ExAcc no longer makes sense given expand convolute.
ExConv => expand convolute codes. The best option for performance and security.

from libote.

addingIce avatar addingIce commented on September 26, 2024

Thank you for your detailed explanation.

from libote.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.