-
Notifications
You must be signed in to change notification settings - Fork 1
/
SMPC syllabus.html
160 lines (153 loc) · 7.69 KB
/
SMPC syllabus.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="zh-CN" >
<meta name="google-translate-customization" content="108d9124921d80c3-80e20d618ff053c8-g4f02ec6f3dba68b7-c"></meta>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale= 1.0 maximum-scale=1.0 user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--
<script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
<link href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>
-->
<script src="https://cdn.bootcss.com/jquery/2.2.1/jquery.min.js"></script>
<link href="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css" media="screen" >
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<title>Digital Future Research Center</title>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="introduction.css"/>
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<style type="text/css">
.navbar-collapse li ul{
display:none;
height:auto;
width: auto;
position:absolute;
width:100px;
z-index:200;
margin:0px;
list-style-type: none;
}
.navbar-collapse li:hover ul{
display:block;
}
</style>
</head>
<script language=JavaScript>
<!--
var caution = false
function setCookie(name, value, expires, path, domain, secure){
var curCookie = name + "=" + escape(value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "")
if (!caution || (name + "=" + escape(value)).length<= 4000)
document.cookie = curCookie
else
if (confirm("Cookie exceeds 4KB and will be cut!"))
document.cookie = curCookie
}
function getCookie(name) {
var prefix = name + "="
var cookieStartIndex = document.cookie.indexOf(prefix)
if (cookieStartIndex == -1)
return null
var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex+ prefix.length)
if (cookieEndIndex == -1)
cookieEndIndex = document.cookie.length
return unescape(document.cookie.substring(cookieStartIndex +prefix.length, cookieEndIndex))
}
function deleteCookie(name, path, domain) {
if (getCookie(name)) {
document.cookie = name + "=" +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
"; expires=Thu, 01-Jan-70 00:00:01 GMT"
}
}
function fixDate(date) {
var base = new Date(0)
var skew = base.getTime()
if (skew > 0)
date.setTime(date.getTime() - skew)
}
</script>
<div id="google_translate_element"></div>
<body background="image/Training%20Camp图片.png">
<div >
<div id="head">
<header style="min-height: 76px;">
<nav id="main-nav" class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">切换导航</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" href="index.html"><img alt="安全多方计算国际论坛-2019" src="image/logo.png"></a> -->
</div>
<div id="navbar-collapse" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-center">
<li><a href="index.html">
<i class="fa fa-home fa-1x" aria-hidden="true"></i> DFSC</a></li>
<li class="submenu">
<a href="News.html">News</a>
</li>
<li class="submenu">
<a href="Conference.html">Conferences</a>
</li>
<li class="submenu">
<a href="Training-Camp.html">Training Camp</a>
</li>
<li class="submenu">
<a href="Research.html">Research</a>
</li>
<li class="submenu">
<a href="About us Introduction.html">About us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id = "introdution">
<div class="introdution">
<div id="theme">
<p style="text-align:center"><img alt="SMPC training course" src="image/onlin course-SMPC-poster.jpeg" style="width: 210px; height: 520px; " ></a> <img alt="SMPC training course" src="image/SMPC-授课方式.jpeg" style="width: 210px; height: 520px; " ></a> <img alt="SMPC training course" src="image/SMPC-课程安排.jpeg" style="width: 210px; height: 520px; " ></a> <br/>
<p style="text-align: center;font-size: 20px">SMPC Online Training Course</p>
<hr>
<p style="text-indent:2em ">Secure multi-party computation (SMPC) is one of the effective means to realize multi-party cooperative data processing. It is also one of the major methos to protect data security and users privacy. Online Course is 30 hours training course, wich will admit 40 excellent trainees including young researcher, Ph.D. and master students.
<br/>
<p style="text-align: center;font-size: 20px">Syllabus</p>
<hr>
<p style="text-indent:2em ">*Garbled Circuit<br/>
<p style="text-indent:2em ">*Classic Schemes Analysis of SMPC<br/>
<p style="text-indent:2em ">*SMPC Implementation<br/>
<p style="text-indent:2em ">*SMPC Application<br/>
<p style="text-align: center;font-size: 20px">Lectures</p>
<hr>
<p style="text-indent:2em ">*Millionaires' Problem <br/>
<p style="text-indent:2em ">*Zero-knowledge Proof or Zero-knowledge Protocol<br/>
<p style="text-indent:2em ">*Oblivious Transfer<br/>
<p style="text-indent:2em ">*Garbled Circuit<br/>
<p style="text-indent:2em ">*Classic Schemes Analysis of SMPC<br/>
<p style="text-indent:2em ">*SMPC Implementation<br/>
<p style="text-indent:2em ">*SMPC Application<br/>
<p style="text-indent:2em ">*Trainee Driector<br/>
<hr>
<div class="footer4 removeborder">
<p style="text-align:center"><img src="image/DFSC CENTERlogo.png " style="width:18%; height:18%; margin: 10px;" ><strong>Copyright©2016 DFSC Center</strong></a> <br/>
</div>
</div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"> </script>
</body>
</html>