-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: Working draft of the design spec from the storage team.
- Loading branch information
1 parent
46c5720
commit 97dfd10
Showing
2 changed files
with
625 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
@misc{KZG, | ||
title = {{KZG Polynomial Commitments}}, | ||
author = {Dankrad Feist}, | ||
howpublished = {\url{https://dankradfeist.de/ethereum/2020/06/16/kate-polynomial-commitments.html}} | ||
} | ||
|
||
@misc{Orchid, | ||
title = {{Orchid: A Decentralized Network Routing Market}}, | ||
author = {Jake S. Cannell AND Justin Sheek AND Jay Freeman AND Greg Hazel AND Jennifer Rodriguez-Mueller AND Eric Hou AND Brian J. Fox AND Dr. Steven Waterhouse.}, | ||
howpublished = {\url{https://www.orchid.com/whitepaper/english.pdf}} | ||
} | ||
|
||
@misc{OrchidStorage, | ||
title = {{Orchid Storage: A New Open Source Initiative | ||
For Decentralized, Incentivized Data Storage}}, | ||
author = {Chloe Avery AND Justin Sheek}, | ||
howpublished = {\url{https://www.orchid.com/storage-litepaper-latest.pdf}} | ||
} | ||
|
||
@inproceedings{fiat1986prove, | ||
title={How to prove yourself: Practical solutions to identification and signature problems}, | ||
author={Fiat, Amos AND Shamir, Adi}, | ||
booktitle={Conference on the theory and application of cryptographic techniques}, | ||
pages={186--194}, | ||
year={1986}, | ||
organization={Springer} | ||
} | ||
|
||
@misc{KZGbackground, | ||
title = {{A quick insight on Algebra and KZG Commitments}}, | ||
author = {Luksgrin}, | ||
howpublished = {\url{https://github.com/luksgrin/opensense-algebra-and-kzg/blob/main/algebra_and_kzg.ipynb}} | ||
} | ||
|
||
@misc{KZGoriginal, | ||
title = {{Constant-Size Commitments to Polynomials and Their Applications}}, | ||
author= {Aniket Kate AND Gregory M. Zaverucha AND Ian Goldberg}, | ||
howpublished = {\url{https://www.iacr.org/archive/asiacrypt2010/6477178/6477178.pdf} | ||
}} | ||
|
||
@misc{TrustedSetups, | ||
title = {{How do trusted setups work?}}, | ||
author= {Vitalik Buterin}, | ||
howpublished = {\url{https://vitalik.eth.limo/general/2022/03/14/trustedsetup.html} | ||
}} | ||
|
||
@inproceedings{rashmi2011enabling, | ||
title={Enabling node repair in any erasure code for distributed storage}, | ||
author={Rashmi, KV and Shah, Nihar B and Kumar, P Vijay}, | ||
booktitle={2011 IEEE international symposium on information theory proceedings}, | ||
pages={1235--1239}, | ||
year={2011}, | ||
organization={IEEE} | ||
} |
Oops, something went wrong.