When will a rational player choose to unseal the PoS instead of simply storing an extra copy of the data in the clear?
Question: When is it cheaper to unseal in order to access the data instead of simply storing a second copy of the data?
To answer this question, we can use inequalities between cost of storage and cost of computation that we have to ensure in order to guarantee security of WindowPoST. Recall that is the ratio between the cost of computation for our providers and the cost of computation for a hypothetical adversary.
- If we follow the result by Fisch: to be secure in the cost model, we must have . Therefore, storing a copy of the data in the clear for time is definitely cheaper than unsealing. So unsealing rather than simply storing a copy of the data in the clear is not worth it, unless the sector is accessed less frequently than once in . With equal 24hrs and (which is our current security margin), it’s definitely cheaper to store a second copy unless the data is accessed less frequently than once every six months.
- If we follow the result submitted to Eurocrypt: same reasoning as the previous bullet, but replace by . So it’s definitely cheaper to store a second copy unless the data is accessed less frequently than once every 18 days.
- If we follow the more recent result described here. Again the same reasoning, but replace 6 by 1.1. So it’s definitely cheaper to store a second copy unless the data is accessed less frequently than once every 3.3 days.
Recall that is just an assumption about the gap between our costs and the costs of the adversary. There is no reason to believe that the adversary can hash for 3 times cheaper. A smaller will allow us to lower the cost of computation and thus will allow these time intervals to drop.
However, the entire above discussion is informed only by assumptions we must make on costs, rather than actual costs. There are real costs to computation and storage, and we cannot change them by changing the analysis, unless we change the design. According to the analysis by Luca and Irene (section 5.1.3), we have . If that is indeed the ratio between the costs, then it is cheaper to keep a second copy in the clear if the data is accessed more frequently than once every 9 months.
- Project name: New PoRep Research
- Description:
- The PoRep research WG has been researching a new PoRep and to ensure that it is secure
- In 2023/24 we rebooted research effort for designing a new proof of replication that could substitute SDR with the primary goal of achieving fast retrieval and secondary goal of achieving simpler proof system with lower hardware requirements.
- Outcomes from this work:
- First, we de-risked the SDR to be secure in the cost model (after the Supranational improvement, the security margin was thought to be 2x - which would make SDR with current parameters only secure in the cost model for a few more years). We showed that there are tighter bounds which lead to a more concrete cost calculation, showing that the current security margin is instead 168x (this is a 84x improvement!). This means not only that SDR is secure for many years, but also that there is a large margin of improvement for new PoReps.
- Better cost analysis via adding costs for storage
- Second, we wrote the first summarized paper about SDR and designed SPR, a tighter construction with better bounds, which could be a stepping stone for future PoRep
- Proofs of Space with Maximal Hardness https://eprint.iacr.org/2023/1530
- Third, we produced several design documents for potential constructions
- Why Better Predecessor Robustness or Depth Robustness are crucial: https://www.notion.so/pl-strflt/Why-Better-Predecessor-Robustness-or-Depth-Robustness-are-Crucial-3237d78ed700402abb774d2628024cae?pvs=4
- Unsealing vs Storing a second copy https://www.notion.so/pl-strflt/Unsealing-vs-Storing-a-Second-Copy-5f9020e052164765887a5a77cf0fcad2
- People: Leo, Carla, Anca, Matteo with help from Nicola, Irene, Luca
- Link to project:
- Summary of the work done in 2023/24 https://www.notion.so/pl-strflt/Retrospective-on-PoS-Research-2023-and-Status-0df524fc650a40ab8ec590636fa9f44d
Contact Info: