IMDEA Software

IMDEA initiative

Home > Events > Software Seminar Series > 2017 > Proofs of Space: When Space is of the Essence

Antonio Faonio

Tuesday, May 30, 2017

10:45am Lecture hall 1, level B

Antonio Faonio, Post-doctoral Researcher, IMDEA Software Institute

Proofs of Space: When Space is of the Essence

Abstract:

Proofs of computational effort were devised to control denial of service attacks. Dwork and Naor (CRYPTO ‘92), for example, proposed to use such proofs to discourage spam. The idea is to couple each email message with a proof of work that demonstrates the sender performed some computational task. A proof of work can be either CPU-bound or memory-bound. In a CPU-bound proof, the prover must compute a CPU-intensive function that is easy to check by the verifier. A memory-bound proof, instead, forces the prover to access the main memory several times, effectively replacing CPU cycles with memory accesses.

I am going to talk about a new concept dubbed proof of space. To compute such a proof, the prover must use a specified amount of space, i.e., we are not interested in the number of accesses to the main memory (as in memory-bound proof of work) but rather on the amount of actual memory the prover must employ to compute the proof.