-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (59 loc) · 3.47 KB
/
index.html
File metadata and controls
76 lines (59 loc) · 3.47 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="page">
<h1>Simon Masson</h1>
I am a cryptography engineer working at <a href="https://zknox.eth.limo">ZKNox</a>.<br><br>
I am currently working on zero-knowledge proofs and post-quantum signature integration in Ethereum.<br><br>
<a href="cv.pdf">cv</a>, <a href="mailto:simon.masson@protonmail.com">mail</a><br><br>
<!-- Welcome to my webpage!<br>
I am a research scientist, interested in maths, physics, and computer science.
I focus on real-world applications of the theory of mathematics.
In particular, I like to investigate secure communication and acoustics.
<h2>Cryptography</h2>
I got a PhD from Université de Lorraine and Thales in 2021 (<a href="">doc</a>).
I was supervised by <a href="">Aurore Guillevic</a> and <a href="https://members.loria.fr/EThome/">Emmanuel Thomé</a>.
I work mainly with public-key cryptography based on elliptic curves:
classic elliptic curve cryptography, pairing-based cryptography, and isogeny-based post-quantum cryptography.<br>
Projects I have been working on:
<ul>
<li>
Chains of elliptic curves for ZK proofs:
<a href="https://ia.cr/2021/1152">Bandersnatch</a> with <a href="https://x.com/asanso">Antonio Sanso</a> and <a href="">Zhenfei Zhang</a>,
a <a href="https://ia.cr/2024/1737">work</a> on generalizing it with <a href="">Aurore Guillevic</a> (2024).
</li>
<li>
Verifiable delay functions based on isogenies and pairings:
the <a href="https://ia.cr/2019/166">paper</a> written with <a href="https://x.com/asanso">Antonio Sanso</a> and <a href="https://defeo.lu">Luca De Feo</a>,
and the open-source <a href="https://github.com/isogenies-vdf/isogenies-vdf-sage">implementation</a> (2019).
</li>
<li>
Pairing-friendly curves with embedding degree between five and eight:
the <a href="https://ia.cr/2019/431">paper</a> with <a href="">Aurore Guillevic</a> and <a href="https://members.loria.fr/EThome/">Emmanuel Thomé</a> (2019).
</li>
</ul>
<h2>Acoustics</h2>
In parallel with cryptography, I got a master in acoustics in 2024.
I graduated from the master <a href="">WAVES</a>, an Erasmus Mundus master program between
Universidade de Coimbra,
Universitat Politècnica de València,
Aix-Marseille Université, and École Centrale Méditerrannée.
During these two years, I enjoyed implementing wave equation in Matlab. In particular, I worked on simulating clarinet sounds from the mechanical system of the mouth piece.
I wrote my <a href="">master thesis</a> about characterizing the seabed sediment using a broadband frequency echosounder.
I was supervised by <a href="https://scholar.google.es/citations?user=78X32dMAAAAJ&hl=en">Noela Sanchez</a>, <a href="https://www.uned.es/universidad/docentes/en/ciencias/daniel-rodriguez-perez.html">Daniel Pérez</a> and <a href="https://www.upv.es/ficha-personal/VESPINOS">Víctor Espinosa</a> (2024).
<h2>More</h2>
I have been working on several interdisciplinary projects in my free time.
Feel free to contact me by <a href="mailto:simon.masson@protonmail.com">mail</a> if you are interested. -->
<br>
<br>
<span style="color:green">root@maison</span>:<span style="color:cornflowerblue">/#</span>
<div
style="display:inline-block;width: 0.6em;height: 1em;background-color: white;animation: blink 1s infinite;">
_
</div>
</div>
</body>
</html>