-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
62 lines (62 loc) · 2.56 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About: Secure Computation Papers</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<div class="container">
<div class="row">
<div class="offset-by-ten two columns" id="back-div" style="text-align:center;">
<p>
<small><a href="index.html">back to list</a></small>
</p>
</div>
</div>
<div class="row">
<div class="twelve columns" id="about-site-div" style="margin-top: 10%">
<h4>About This Site</h4>
<p>
The list lists papers related to the topic of secure computation posted on
<a href="https://eprint.iacr.org/">IACR's eprint archive</a> since September 2016.
</p>
<p>
The term <em>secure computation</em> is here rather loosely defined as whatever I find
relevant. This includes a number of topics in cryptography such as Multi-Party
Computation, Fully Homomorphic Encryption, Oblivious RAM and so on.
</p>
<p>
I keep the list as a way for me to stay somewhat up to date with new developments in this
area, and to have an easy way to find papers. The list is generated manually by going over
the eprint RSS feed a few times a month. If you feel like I missed a paper let me know, and
I will consider adding it to the list.
</p>
<p>
The site uses the <a href="https://github.com/dhg/Skeleton">Skeleton</a> CSS boiler plate
framework. It is hosted on GitHub and the source can be found
<a href="https://github.com/GuutBoy/GuutBoy.github.io">here</a>. The messy collection of
bash/python scripts I use to update the site can be found
<a href="https://github.com/GuutBoy/listmaker">here</a>.
</p>
</div>
</div>
<div class="row">
<div class="twelve columns" id="about-me-div">
<h4>Feedback</h4>
<p>
If you would like to provide feedback you can contact me at
</p>
<ul>
<li> <a href="https://twitter.com/GuutBoy">Twitter</a> (I announce newly added papers here)
<li> <a href="https://github.com/GuutBoy">GitHub</a>
<li> <a href="https://www.linkedin.com/in/peter-sebastian-nordholt">LinkedIn</a>
<li> or email <strong>guutboy [ at ] live.com</strong>
</ul>
</div>
</div>
</div>
</body>
</html>