-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (86 loc) · 2.41 KB
/
index.html
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
<html>
<head>
<title>Nigel Smart</title>
</head>
<BODY background="back4.jpg"
TEXT="#ffffff"
LINK="#ffff00"
VLINK="#00ff00"
>
<h1>Nigel Smart's Home Page </h1>
<hr>
<table cols="3" cellspacing="10" cellpadding="10">
<tr style="vertical-align:top">
<td>
<img src="nigel_new.jpg" HEIGHT=260 ALIGN=left> <p>
</td>
<td>
<dl>Phone:
<dd>+32 16 37 92 31 <br>
<dt>Postal Address:
<dd>Prof. N. P. Smart, <br>
<dd><a href="https://www.esat.kuleuven.be/cosic/">COSIC</a>, <br>
<dd>Departement Elektrotechniek (ESAT), <br>
<dd>Kasteelpark Arenberg 10 - bus 2440, <br>
<dd>3001 Leuven, Belgium. <p>
<dt>
<a href="http://www.blipfoto.com/nigelsmart">Nigel Smart's Blipfoto Journal</a><p>
<a href="https://www.flickr.com/photos/117404263@N04/">Nigel Smart's Flickr Profile</a><p>
</dl>
</td>
<td>
<dl>
I am also Chief Academic Officer at <a href="https://zama.ai">Zama</a>. <p>
<dt><a href="CV.html">Short Text CV</a><p>
<dt><a href="https://www.linkedin.com/in/nigel-smart-3196b85/">LinkedIn</a><p>
<dt><a href="https://twitter.com/SmartCryptology">Twitter</a><p>
<dt><a href="https://bsky.app/profile/smartcryptology.bsky.social">BlueSky<p>
<dt><a rel="me" href="https://ioc.exchange/@nigel_paul_smart">Mastodon</a><p>
</dl>
</td>
</tr>
</table>
<hr>
Here are some more pages that you may (probably not) find interesting... <br>
<ul>
<li><strong>
<a href="books.html">My Books</a>
</strong>
<li><strong>
<a href="biblio.html">My Full Bibliography</a>
</strong>
<li><strong>
<a href="MPC.html">MPC and FHE Resources</a>
</strong>
<li><strong>
<a href="PhDs.html">Advice for prospective PhD students/visitors/internships</a>
</strong>
<li><strong>
<a href="PCs.html">My thoughts on how programme committees should be run</a>
</strong>
<li>
<strong>
<a href="weil_descent.html">Weil Descent Page</a>
</strong>
<li>
<strong>
<a href="LWE.html">Implications of the Proposed Quantum Attack on LWE</a>
</strong>
<li>
The
<strong>
<a href="https://docs.google.com/document/d/1DIJKsg-Emw7BqtGhWzogxGCyxNmmLYPIODm-6xQnQ-U"</a>
Proposal</a></strong>,
from 2020, which eventually led to the creation of the <a href="https://cic.iacr.org/">Communications in Cryptology</a>
journal.
The CiC journal was launched in Jan 2024.
</ul>
<hr>
Even less interesting is my Google map of my (slow) walk
of the <a href="sw.html">South West Coast Path</a>.
<hr>
Nigel Smart<p>
nigel.smart (at) kuleuven (dot) be<br>
nigel.paul.smart (at) gmail (dot) com
</body>
</html>