-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtalks_and_media.html
More file actions
173 lines (144 loc) · 8.32 KB
/
Copy pathtalks_and_media.html
File metadata and controls
173 lines (144 loc) · 8.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
Talks & Media | Zerocash
</title>
<meta name="description" content="">
<meta name="author" content="The Zerocash Team">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="/media/css/bootstrap.min.css" rel="stylesheet">
<link href="/media/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="/media/css/style.css" rel="stylesheet">
<link href="/media/css/stickyfooter.css" rel="stylesheet">
<link href="/media/css/nav.css" rel="stylesheet">
<link href="/media/css/typography.css" rel="stylesheet">
<script>
var _gaq = [['_setAccount', 'UA-47912220-1'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src = '//www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
}(document, 'script'));
</script>
</head>
<body class="talks_and_media">
<div id="wrap"> <!-- Wrap for sticky footer -->
<div class="row-fluid">
<div class="span7 offset3">
<div class="navbar">
<a class="btn btn-navbar collapsed" data-align="left" data-toggle="collapse" data-target="#foobar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse" id="foobar">
<ul class="nav">
<li><a href="index">Overview</a></li><li><a href="how_zerocash_works">Technology</a></li><li><a href="q_and_a">Q and A</a></li><li><a href="paper">Paper</a></li><li class="active"><a href="talks_and_media">Talks & Media</a></li><li><a href="about_us">About Us</a></li></ul>
<div class="pull-right twitter-div" >
<a href="https://twitter.com/zerocashproject" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @zerocashproject</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
</div>
</div>
</div>
</div>
<div class="row-fluid banner">
<div class="span6 offset3" />
<h1>
<a class="brand" href="index.html">
Zerocash
</a>
</h1>
</div>
</div>
<div class="row-fluid"> <div class="span6 offset3" style="margin-top: 1em; background-color: #e0e0ff; box-shadow: 4px 4px 2px #808080; padding-left: 1em; padding-right: 1em;">
The Zerocash protocol is being developed into a full-fledged digital currency, <a style="font-weight: bold;" href="http://z.cash/">Zcash</a>.
</div> </div> <div class="row-fluid">
<div class="span6 offset3">
<h2 id="talks">Talks</h2>
<hr />
<p>In chronological order:</p>
<ul>
<li>
<p>May 19, 2013: <em>Universal and affordable computational integrity</em></p>
<p>Given at <a href="http://www.bitcoin2013.com/">Bitcoin 2013</a> by Eli Ben-Sasson (<a href="https://www.youtube.com/watch?v=YRcPReUpkcU">video</a>).</p>
<p>The talk covers, at high level, the idea of "succinct" (short and easy-to-verify) proofs.</p>
</li>
<li>
<p>January 13, 2014: <em>Anonymizing Cryptocurrencies: How to make Bitcoin Anonymous</em></p>
<p>Given at the <a href="http://realworldcrypto.wordpress.com/">2014 Real-World Cryptography Workshop</a> by Matthew Green (<a href="https://www.youtube.com/watch?v=FXU65XsLiFk">video</a>).</p>
<p>The talk covers Zerocoin and (an early version of) Zerocash.</p>
</li>
<li>
<p>February 27, 2014: <em>Zerocash: Zerocoin meets SCIPR Lab</em></p>
<p>Given at the <a href="https://www.youtube.com/channel/UC58YJLWM7hsKUZOQtmAHcvQ">2014 Bitcoin Israel Conference</a> by Eli Ben-Sasson (<a href="https://www.youtube.com/watch?v=l7LSSE0bRRo&feature=youtu.be">video</a>).</p>
<p>The talk covers the Zerocash construction.</p>
</li>
<li>
<p>March 26, 2014: <em>Zerocash: מטבע דיגיטלי משמר פרטיות (Privacy-Preserving Digital Currency)</em></p>
<p>Given at the 2014 Israel Science Day by Eran Tromer.</p>
<p>A brief overview of Zerocash, in Hebrew, to the general public.</p>
</li>
<li>
<p>April 22, 2014: <em>Zerocash: Zerocoin meets SCIPR Lab</em></p>
<p>Given at the <a href="http://www.meetup.com/bitcoin-il/events/175678412/">Israel Bitcoin Foundation</a> by Eli Ben-Sasson (<a href="https://www.youtube.com/watch?v=YXazVMYkE1M&feature=youtu.be">video</a>).</p>
<p>The talk covers the Zerocash construction.</p>
</li>
<li>
<p>May 18, 2014: <em>Zerocash: Decentralized Anonymous Payments</em></p>
<p>Given at the <a href="http://www.meetup.com/EthereumSiliconValley/events/175527242/">Silicon Valley Ethereum Meetup</a> by Eran Tromer (<a href="https://www.youtube.com/watch?v=YfEgrlWmu5k&feature=youtu.be">video</a>).</p>
<p>The talk covers the Zerocash construction, followed by an extensive technical discussion.</p>
</li>
<li>
<p>May 20, 2014: <em>Zerocash: Decentralized Anonymous Payments from Bitcoin</em></p>
<p>Given at the <a href="http://www.ieee-security.org/TC/SP2014/">2014 IEEE Symposium on Security and Privacy</a> by Eran Tromer. (slides: <a href="media/slides/Zerocash-Oakland14-20140520.pptx">pptx</a> <a href="media/slides/Zerocash-Oakland14-20140520.pdf">pdf</a>)</p>
<p>The talk covers the motivation for Zerocash and the main ideas in its construction.</p>
</li>
<li>
<p>November 13, 2014: <em>Zerocash: improving Bitcoin using SNARKs</em></p>
<p>Given at the <a href="http://www.cs.tau.ac.il/cseminar/gtacs1.html">The First Greater Tel Aviv Area Cryptography Symposium</a> by Eran Tromer. (<a href="http://www.youtube.com/watch?v=S6qOj9ap6RM">video</a>)</p>
<p>The talk covers the motivation for Zerocash and the main ideas in its construction.</p>
</li>
<li>
<p>March 8, 2015: <em>Zerocash</em></p>
<p>Given at the <a href="http://mitbitcoinexpo.org/">MIT Bitcoin Expo 2015</a> by Madars Virza. (<a href="https://www.youtube.com/watch?feature=player_detailpage&v=96ULlHhia_Q#t=15308">video</a>)</p>
<p>The talk covers the motivation for Zerocash and the main ideas in its construction.</p>
</li>
</ul>
<h2 id="media">Media</h2>
<hr />
<ul>
<li>
<p>May 25, 2014: Israeli national radio station Reshet Bet, "שש עם ענת דולב" (<a href="http://www.ifat.com/VT/Trans.aspx?ID=5586105&CID=100105">recording</a>, starts at 14:32)</p>
<p>Interview with Eran Tromer on Zerocash (in Hebrew), describing the system to the general public.</p>
</li>
<li>
<p>May 14, 2014: NPR Science Friday, <em>This Cryptocurrency Could Be an Answer to Bitcoin's Privacy Problems</em> (<a href="http://www.sciencefriday.com/blogs/05/14/2014/this-cryptocurrency-could-be-an-answer-to-bitcoin-s-privacy-problems.html?series=33">article</a>).</p>
</li>
</ul>
</div>
</div>
<div id="push"></div> <!-- for sticky footer-->
</div> <!-- / sticky footer wrap -->
<div id ="footer" class="row-fluid footer">
<div class="span6 offset3">
<!--
<p>Created by <a href="">The Zerocash Team</a> <a href="https://twitter.com/">@</a></p>
-->
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/media/js/libs/jquery-1.9.1.min.js">\x3C/script>')</script>
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<!--[if lt IE 7 ]>
<script src="/media/js/libs/dd_belatedpng.js"></script>
<script>DD_belatedPNG.fix('img, .png_bg'); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script>
<![endif]-->
</body>
</html>