forked from Zerocoin/zerocoin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresearch_paper.html
More file actions
111 lines (82 loc) · 4.8 KB
/
research_paper.html
File metadata and controls
111 lines (82 loc) · 4.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="">
<title>
paper | Zerocoin
</title>
<meta name="description" content="">
<meta name="author" content="">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="/media/css/bootstrap.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">
<link rel="shortcut icon" href="/media/images/favicon.png">
<link rel="apple-touch-icon" href="/media/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/media/images/appleimgim-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="/media/images/apple-touch-icon-114x114.png">
</head>
<body class="research_paper">
<div id="wrap"> <!-- Wrap for sticky footer -->
<div class="row-fluid">
<div class="span6 offset3">
<div class="navbar">
<ul class="nav">
<li><a href="index">Home</a></li><li><a href="people">People</a></li><li><a href="software">software</a></li><li><a href="q_and_a">Q and A</a></li><li class="active"><a href="research_paper">Research Paper</a></li></ul>
<div class="pull-right" style="padding: 10px 0px 0px 0px;">
<a href="https://twitter.com/zerocoinproject" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @zerocoinproject</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 class="row-fluid banner">
<div class="span6 offset3" />
<h1>
<a class="brand" href="index.html">
<img src="/media/images/zq_bw_72.png"/>erocoin
</a>
</h1>
</div>
</div>
<div class="row-fluid">
<div class="span6 offset3">
<h3 id="zerocoin-anonymous-distributed-e-cash-from-bitcoin">Zerocoin: Anonymous Distributed E-Cash from Bitcoin</h3>
<h4 id="ian-miers-christina-garman-matthew-green-aviel-d-rubin">Ian Miers, Christina Garman, Matthew Green, Aviel D. Rubin</h4>
<p><a href="http://www.ieee-security.org/TC/SP2013/">IEEE Symposium on Security and Privacy (Oakland) 2013</a> | <a href="/media/pdf/ZerocoinOakland.pdf">PDF</a>| Abstract:</p>
<blockquote>
<p>Bitcoin is the first e-cash system to see widespread
adoption. While Bitcoin offers the potential for new types of
financial interaction, it has significant limitations regarding
privacy. Specifically, because the Bitcoin transaction log is
completely public, users’ privacy is protected only through
the use of pseudonyms. In this paper we propose Zerocoin, a
cryptographic extension to Bitcoin that augments the protocol
to allow for fully anonymous currency transactions. Our system
uses standard cryptographic assumptions and does not introduce
new trusted parties or otherwise change the security model of
Bitcoin. We detail Zerocoin’s cryptographic construction, its
integration into Bitcoin, and examine its performance both in
terms of computation and impact on the Bitcoin protocol.</p>
</blockquote>
</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="http://hms.isi.jhu.edu/index.php/people/11.html">Ian Miers</a> <a href="https://twitter.com/imichaelmiers">@imichaelmiers</a></p>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script>window.jQuery || document.write('<script src="/media/js/libs/jquery-1.5.1.min.js.js">\x3C/script>')</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>