aboutsummaryrefslogtreecommitdiff
path: root/bibliography.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'bibliography.html.j2')
-rw-r--r--bibliography.html.j234
1 files changed, 34 insertions, 0 deletions
diff --git a/bibliography.html.j2 b/bibliography.html.j2
new file mode 100644
index 00000000..88b02884
--- /dev/null
+++ b/bibliography.html.j2
@@ -0,0 +1,34 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3<div class="container">
4<h1>{{ _("GNU Taler Bibliography")}}</h1>
5
6<h2>Blind Signatures for Untraceable Payments</h2>
7<p>
8<a href="{{ url('papers/chaum-blind-signatures.pdf') }}"><img border=0 align=right alt="PDF" width=32 height=32 src="{{ url('images/pdf.svg') }}"></a>
9{{_("by")}} David Chaum<br>
10CRYPTO '82<br>
11</p>
12
13<h2>The One-More-RSA-Inversion Problems and the Security of Chaum's Blind Signature Scheme</h2>
14<p>
15<a href="{{ url('papers/bellare_blindsigs_proof.pdf') }}"><img border=0 align=right alt="PDF" width=32 height=32 src="{{ url('images/pdf.svg') }}"></a>
16{{_("by")}} M. Bellare, C. Namprempre, D. Pointcheval {{ _("and") }} M. Semanko<br>
17Financial Cryptography '01<br>
18</p>
19
20<h2>Enabling Secure Web Payments with GNU Taler</h2>
21<p>
22<a href="{{ url('papers/taler2016space.pdf') }}"><img border=0 align=right width=32 height=32 alt="PDF" src="{{ url('images/pdf.svg') }}"></a>
23{{_("by")}} Jeff Burdges, Florian Dold, Christian Grothoff {{ _("and") }} Marcello Stanisci<br>
24SPACE 2016<br>
25</p>
26
27<h2>Refreshing Coins for Giving Change and Refunds in Chaum-style Anonymous Payment Systems</h2>
28<p>
29{{_("by")}} Florian Dold, Sree Harsha Totakura, Benedikt M&uuml;ller, Jeff Burdges {{ _("and") }} Christian Grothoff<br>
30<em>{{_("available upon request")}}</em><br>
31</p>
32
33</div>
34{% endblock body_content %}