File: papers.html

package info (click to toggle)
pqconnect 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,012 kB
  • sloc: python: 7,256; sh: 632; makefile: 75
file content (137 lines) | stat: -rw-r--r-- 5,540 bytes parent folder | download | duplicates (2)
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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
html{overflow-y:scroll;background-color:#042424}
body{font-family:"Noto Sans","Droid Sans","DejaVu Sans","Arial",sans-serif;line-height:1.5}
tt,code{background-color:#f0f0f0;font-family:"Noto Sans Mono","Droid Sans Mono","DejaVu Sans Mono","Courier New",monospace,sans-serif;font-size:1em;}
pre{margin-left:3em}
p,ul,ol,blockquote,pre{font-size:1.0em;line-height:1.6}
li p{font-size:1.0em}
blockquote p{font-size:1.0em}
h1{font-size:1.5em}
h2{font-size:1.3em}
h3{font-size:1.0em}
h1 a{text-decoration:none}
table{border-collapse:collapse}
th,td{border:1px solid black}
table a{text-decoration:none}
table tr{font-size:1.0em;line-height:1.6em}
table tr{font-size:1.0em;line-height:1.5}
tbody tr:nth-child(12n+1){background-color:#f0ffff}
tbody tr:nth-child(12n+2){background-color:#f0ffff}
tbody tr:nth-child(12n+3){background-color:#f0ffff}
tbody tr:nth-child(12n+4){background-color:#f0ffff}
tbody tr:nth-child(12n+5){background-color:#f0ffff}
tbody tr:nth-child(12n+6){background-color:#f0ffff}
tbody tr:nth-child(12n+7){background-color:#fffff0}
tbody tr:nth-child(12n+8){background-color:#fffff0}
tbody tr:nth-child(12n+9){background-color:#fffff0}
tbody tr:nth-child(12n+10){background-color:#fffff0}
tbody tr:nth-child(12n+11){background-color:#fffff0}
tbody tr:nth-child(12n+12){background-color:#fffff0}
.headline{padding:0;font-weight:bold;font-size:1.0em;vertical-align:top;padding-bottom:0.5em;color:#ffffff;background-color:#042424}
.navt{display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin:0;padding:0;vertical-align:center;font-size:1.0em}
.here{background-color:#042424}
.here{color:#ffffff}
.away{background-color:#042424}
.away a{text-decoration:none;display:block;color:#ffffff}
.away a:hover,.away a:active{text-decoration:underline}
.main{padding:5px}
.main{background-color:#ffffff}
.pagetitle{font-size:1.4em;font-weight:bold}
.logo img{width:100px}
@media only screen and (min-width:512px) {
  .fixed{margin:0;padding:0;width:160px;height:100%;position:fixed;overflow:auto}
  .main{margin-left:170px}
}
</style>
<title>
PQConnect: Papers</title>
</head>
<body>
<div class=fixed>
<div class=headline>
<div class=logo><img src=topleft.png></div>
PQConnect</div>
<div class="navt away"><a href=index.html>Intro</a>
</div><div class="navt away"><a href=user.html>For users</a>
</div><div class="navt away"><a href=sysadmin.html>For sysadmins</a>
</div><div class="navt away"><a href=compat.html>Compatibility</a>
</div><div class="navt away"><a href=security.html>Security</a>
</div><div class="navt away"><a href=crypto.html>Cryptography</a>
</div><div class="navt away"><a href=changes.html>Changes</a>
</div><div class="navt here">Papers
</div></div>
<div class=main>
<div class=pagetitle>PQConnect: Papers</div>
<p>The paper
<a href="pqconnect-20241206.pdf">"PQConnect: Automated Post-Quantum End-to-End Tunnels"</a>
by Daniel J. Bernstein,
Tanja Lange,
Jonathan Levin,
and
Bo-Yin Yang
has appeared at the Network and Distributed System Security (NDSS) Symposium 2025.
The
<a href="https://www.jlev.in/talks/20250226.pdf">talk slides</a>
are also available.</p>
<p>Further reading:</p>
<ul>
<li>
<p>Tanja Lange and Jonathan Levin,
  <a href="20241227.pdf">"PQConnect: Automated Post-Quantum End-to-End Tunnels"</a>,
  invited talk at
  International Collaboration on Post-Quantum Cryptography and Cybersecurity: Retrospect and Prospects,
  2024.</p>
</li>
<li>
<p>Tanja Lange,
  <a href="https://hyperelliptic.org/tanja/vortraege/20220627-esa-lange.pdf">"How to fit an elephant into a Smart car – PQC for small devices"</a>,
  invited talk at ESA Workshop on "Secure Communications for Space Missions in the Post-Quantum Era" at European Space Research and Technology Centre (ESTEC),
  2022.</p>
</li>
<li>
<p>Tanja Lange,
  <a href="https://hyperelliptic.org/tanja/vortraege/20220427-oaxaca.pdf">"Code-based cryptography for secure communication"</a>,
  invited talk at Algebraic Methods in Coding Theory and Communication,
  2022.</p>
</li>
<li>
<p>Daniel J. Bernstein and Tanja Lange,
  <a href="https://hyperelliptic.org/tanja/vortraege/slides-dan+tanja-20220401-transition-16x9.pdf">"The transition to post-quantum cryptography"</a>,
  invited talk at International Distinguished Lecture Series at EECS at National Taiwan University,
  2021.</p>
</li>
<li>
<p>Tanja Lange,
  <a href="https://hyperelliptic.org/tanja/vortraege/icmc-21.pdf">"Transitioning to post-quantum: How PQC affects protocols and what we can do today?"</a>,
  invited talk at International Cryptographic Module Conference 2021.</p>
</li>
<li>
<p>Jonathan Levin,
  <a href="https://research.tue.nl/en/studentTheses/pqconnect">"PQConnect: An Automated Boring Protocol for Quantum-Secure Tunnels"</a>,
  master's thesis,
  Eindhoven University of Technology,
  2021.</p>
</li>
<li>
<p>Daniel J. Bernstein,
  <a href="https://pqcrypto.eu.org/deliverables/d2.5.pdf">"Internet: Integration"</a>,
  PQCRYPTO deliverable D2.5,
  2018.</p>
</li>
<li>
<p>Daniel J. Bernstein,
  <a href="https://cr.yp.to/talks.html#2016.02.24">"The post-quantum Internet"</a>,
  invited talk at PQCrypto 2016.</p>
</li>
</ul>
<p>PQConnect builds on work by many further researchers.
See the NDSS 2025 paper for references.</p><hr><font size=1><b>Version:</b>
This is version 2025.03.24 of the "Papers" web page.
</font>
</div>
</body>
</html>