diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-05-11 22:11:21 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-05-11 22:11:21 -0400 |
| commit | 1703977b8697e1713859abf91005a0c09b144320 (patch) | |
| tree | 9a16286b9bddde12bf79792724657b76093f7951 | |
| parent | 236b06a88f709ca6c70ce0c7adfb57f9f0b2a60d (diff) | |
| download | pos-master.tar.gz | |
| -rw-r--r-- | report/main.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/report/main.tex b/report/main.tex index 8b5d756..e7e5f12 100644 --- a/report/main.tex +++ b/report/main.tex @@ -38,6 +38,22 @@ \begin{document} \maketitle +\begin{abstract} +Proofs of Space is a recently proposed alternative to Proofs of Work in which + the access to a shared resource is restricted by forcing the service + requester to dedicate some amount of disk space. + + At the core of Proofs of Space is a cryptographic data structure known as + Merkle trees and a challenge/answer interactive protocol using this tree. + The question is then to understand the trade-offs in designing the data + layout and data access methods of a Proof of Space system to make the + protocol as efficient as possible. + + We propose several strategies, both for the Merkle tree construction and + for the proof retrieval phase and compare their relative advantages from + the systems perspective. +\end{abstract} + \section{Introduction} \paragraph{Proofs of Work.} Proofs of Work (PoW) were introduced in the early |
