-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMPC.html
More file actions
59 lines (49 loc) · 1.51 KB
/
Copy pathMPC.html
File metadata and controls
59 lines (49 loc) · 1.51 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
<html>
<head>
<title>Nigel Smart: MPC and FHE Resources</title>
</head>
<BODY background="back4.jpg"
TEXT="#ffffff"
LINK="#ffff00"
VLINK="#00ff00"
>
<h1>MPC and FHE Resources</h1>
In 2011-12 I a ran an advanced graduate course on
<ul>
<li><a href="FHE-MPC/">FHE and MPC</a>
</ul>
A more modern set of lectures I gave in Bertinoro in August 2018
<ul>
<li><a href="FHE-MPC/Yao.pdf">Yao Based MPC</a>
<li><a href="FHE-MPC/LSSS-MPC.pdf">LSSS Based MPC</a>
</ul>
<p>
My group developed the SCALE-MAMBA software system for MPC
<ul>
<li><a href="SCALE/">SCALE-MAMBA MPC Software</a>.
</ul>
The development of SCALE-MAMBA has now stopped.
<p>
The SCALE-MAMBA system supportted a different format for circuit
descriptions for internal use (we did not allow
users to define their own circuits within the MPC system) than
the older Bristol-Format circuits.
The newer circuit format can be found, along with some circuit examples,
at the following location:
<ul>
<li><a href="MPC-Circuits">Bristol Fashion Circuits</a>.
</ul>
<p>
We produced a set of videos introducing MPC techniques to support the understanding
of how SCALE-MAMBA worked:
<ul>
<li><a href="https://www.youtube.com/watch?v=_nO2S2cexAk&list=PLiHaXFHjrqYfGA2ltpQH7_pVGTp9cACMn">
Computing on Encrypted Data Course</a>
</ul>
<p>
I was the co-founder of a company called <b>Unbound Security</b> that was involved in
applying secure computation to the critical problem securing cryptographic keys.
In December 2021 Unbound Security was purchased by Coinbase.
</p>
</body>
</html>