aboutsummaryrefslogtreecommitdiffstats
path: root/report/main.tex
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2016-05-11 22:11:21 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2016-05-11 22:11:21 -0400
commit1703977b8697e1713859abf91005a0c09b144320 (patch)
tree9a16286b9bddde12bf79792724657b76093f7951 /report/main.tex
parent236b06a88f709ca6c70ce0c7adfb57f9f0b2a60d (diff)
downloadpos-1703977b8697e1713859abf91005a0c09b144320.tar.gz
Adding the abstractHEADmaster
Diffstat (limited to 'report/main.tex')
-rw-r--r--report/main.tex16
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