-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
89 lines (88 loc) · 5.65 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
<!doctype html>
<html>
<head>
<title>セキュリティキャンプ資料置き場</title>
</head>
<body>
<p>
このページと各スライドのgithubレポジトリは
<a href="https://github.com/nindanaoto/nindanaoto.github.io">ここ</a>
にあります。<br>
誤字・脱字などの誤りがあればissueを立てていただけると幸いです。
</p><br>
<p>以下は各回のスライドです。</p><br>
<p>2020年度分</p>
<a href="seccamp/html/2020/0.Introduction.html">0.Introduction</a><br>
<a href="seccamp/html/2020/1.TLWE.html">1.TLWE</a><br>
<a href="seccamp/html/2020/2.TRLWEandSampleExtractIndex.html">2.TRLWE and Sample ExtractIndex</a><br>
<a href="seccamp/html/2020/3.TRGSWandCMUX.html">3.TRGSW and CMUX</a><br>
<a href="seccamp/html/2020/4.BlindRotate.html">4.Blind Rotate</a><br>
<a href="seccamp/html/2020/5.IdentityKeySwitch.html">5.Identity Key Switch</a><br>
<a href="seccamp/html/2020/6.HomNAND.html">6.HomNAND</a><br>
<a href="seccamp/html/2020/7.PolynomialMultiplicationByFFT.html">7.FFTによる多項式乗算</a><br>
<a href="seccamp/html/2020/8.ParameterSelection.html">8.Parameter Selection</a><br>
<a href="seccamp/html/2020/9.Chisel&Yosys.html">9.Chisel&Yosys</a><br>
<a href="seccamp/html/2020/CanonicalEmbedding.html">Canonical Embedding</a><br>
<a href="seccamp/html/2020/SecureFunctionEvaluation.html">Secure Function Evaluation</a><br>
<a href="seccamp/html/2020/TEE.html">TEE</a><br>
<a href="seccamp/html/2020/GarbledCircuit.html">Garbled Circuit</a><br>
<a href="seccamp/html/2020/Appendix.html">Appenedix</a><br>
<p>2021年度分ドラフト</p>
<a href="seccamp/html/2021/Introduction2FHE.html">Introduction2FHE</a><br>
<p>2021年度分</p>
<a href="seccamp/html/2021/0.Introduction.html">0.Introduction</a><br>
<a href="seccamp/html/2021/1.TLWE.html">1.TLWE</a><br>
<a href="seccamp/html/2021/2.TRLWEandSampleExtractIndex.html">2.TRLWEandSampleExtractIndex</a><br>
<a href="seccamp/html/2021/3.TRGSWandCMUX.html">3.TRGSW and CMUX</a><br>
<a href="seccamp/html/2021/4.BlindRotate.html">4.Blind Rotate</a><br>
<a href="seccamp/html/2021/5.IdentityKeySwitching.html">5.Identity Key Switching</a><br>
<a href="seccamp/html/2021/6.HomNAND.html">6.HomNAND</a><br>
<a href="seccamp/html/2021/7.PolynomialMultiplicationByFFT.html">7.FFTによる多項式乗算</a><br>
<a href="seccamp/html/2021/8.LHEmodeAlgorithm.html">8.LHEmodeAlgorithm</a><br>
<a href="seccamp/html/2021/9.CircuitExecution.html">9.CircuitExecution</a><br>
<a href="seccamp/html/2021/10.MultiValueAndPBSmayLUT.html">10.MultiValueAndPBSmanyLUT</a><br>
<a href="seccamp/html/2021/11.ParameterSelection.html">11.ParameterSelection</a><br>
<a href="seccamp/html/2021/Appendix.html">Appenedix</a><br>
<p>2022年度分</p>
<a href="seccamp/html/2022/0.Introduction.html">0.Introduction</a><br>
<a href="seccamp/html/2022/1.TLWE.html">1.TLWE</a><br>
<a href="seccamp/html/2022/2.TRLWEandSampleExtractIndex.html">2.TRLWEandSampleExtractIndex</a><br>
<a href="seccamp/html/2022/3.TRGSWandCMUX.html">3.TRGSW and CMUX</a><br>
<a href="seccamp/html/2022/4.BlindRotate.html">4.Blind Rotate</a><br>
<a href="seccamp/html/2022/5.IdentityKeySwitching.html">5.Identity Key Switching</a><br>
<a href="seccamp/html/2022/6.HomNAND.html">6.HomNAND</a><br>
<a href="seccamp/html/2022/7.PolynomialMultiplicationByFFT.html">7.FFTによる多項式乗算</a><br>
<a href="seccamp/html/2022/8.MultiValueAndPBSmayLUT.html">8.MultiValueAndPBSmanyLUT</a><br>
<p>2023年度分</p>
<a href="seccamp/html/2023/0.Introduction.html">0.Introduction</a><br>
<a href="seccamp/html/2023/1.TLWE.html">1.TLWE</a><br>
<a href="seccamp/html/2023/2.TRLWEandSampleExtractIndex.html">2.TRLWEandSampleExtractIndex</a><br>
<a href="seccamp/html/2023/3.TRGSWandCMUX.html">3.TRGSW and CMUX</a><br>
<a href="seccamp/html/2023/4.BlindRotate.html">4.Blind Rotate</a><br>
<a href="seccamp/html/2023/5.IdentityKeySwitching.html">5.Identity Key Switching</a><br>
<a href="seccamp/html/2023/6.HomNAND.html">6.HomNAND</a><br>
<a href="seccamp/html/2023/7.PolynomialMultiplicationByFFT.html">7.FFTによる多項式乗算</a><br>
<p>2024年度分</p>
<a href="seccamp/html/2024/0.Introduction.html">0.Introduction</a><br>
<a href="seccamp/html/2024/1.TLWE.html">1.TLWE</a><br>
<a href="seccamp/html/2024/2.TRLWEandSampleExtractIndex.html">2.TRLWEandSampleExtractIndex</a><br>
<a href="seccamp/html/2024/3.TRGSWandCMUX.html">3.TRGSW and CMUX</a><br>
<a href="seccamp/html/2024/4.BlindRotate.html">4.Blind Rotate</a><br>
<a href="seccamp/html/2024/5.IdentityKeySwitching.html">5.Identity Key Switching</a><br>
<a href="seccamp/html/2024/6.HomNAND.html">6.HomNAND</a><br>
<a href="seccamp/html/2024/7.PolynomialMultiplicationByFFT.html">7.FFTによる多項式乗算</a><br>
<a href="seccamp/html/2024/8.BFV.html">8.BFV</a><br>
<a href="seccamp/html/2024/9.CKKS.html">9.CKKS</a><br>
<a href="seccamp/html/2024/10.IND-CPAᴰ.html">10.IND-CPAᴰ</a><br>
<p>WCIS2021招待講演</p>
<a href="pdf/invitedlecture.pdf">スライド</a><br>
<p>「高度化する暗号技術と数学的技法の進展」での講演</p>
<a href="pdf/IMIKoen.pdf">スライド</a><br>
<p> 第14回!w回</p>
<a href="seccamp/html/2023/!wNTT.html">数論変換における最新の研究動向</a><br>
<p>セキュリティキャンプ2024年度LT</p>
<a href="pdf/SecCampLT.pdf">実験機器を自動化しよう</a><br>
<p> その他</p>
<a href="seccamp/html/2024/NTTreduction.html">NTT関連の話</a><br>
</body>
</html>