-
Notifications
You must be signed in to change notification settings - Fork 1
/
mybib.bib
135 lines (116 loc) · 4.04 KB
/
mybib.bib
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
@InProceedings{canetti-cohen-lindell15,
author="Canetti, Ran
and Cohen, Asaf
and Lindell, Yehuda",
editor="Gennaro, Rosario
and Robshaw, Matthew",
title="A Simpler Variant of Universally Composable Security for Standard Multiparty Computation",
booktitle="Advances in Cryptology -- CRYPTO 2015",
year="2015",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="3--22",
}
@inproceedings{abadi16,
title = {TensorFlow: A system for large-scale machine learning},
author = {Martin Abadi and Paul Barham and Jianmin Chen and Zhifeng Chen and Andy Davis and Jeffrey Dean and Matthieu Devin and Sanjay Ghemawat and Geoffrey Irving and Michael Isard and Manjunath Kudlur and Josh Levenberg and Rajat Monga and Sherry Moore and Derek G. Murray and Benoit Steiner and Paul Tucker and Vijay Vasudevan and Pete Warden and Martin Wicke and Yuan Yu and Xiaoqiang Zheng},
year = {2016},
URL = {https://www.usenix.org/system/files/conference/osdi16/osdi16-abadi.pdf},
booktitle = {12th USENIX Symposium on Operating Systems Design and Implementation (OSDI 16)},
pages = {265--283}
}
@inproceedings{Liedel2012SecureDC,
title={Secure Distributed Computation of the Square Root and Applications},
author={Manuel Liedel},
booktitle={ISPEC},
year={2012}
}
@misc{cryptoeprint:2020:1330,
author = {Anders Dalskov and Daniel Escudero and Marcel Keller},
title = {Fantastic Four: Honest-Majority Four-Party Secure Computation With Malicious Security},
howpublished = {Cryptology ePrint Archive, Report 2020/1330},
year = {2020},
note = {\url{https://eprint.iacr.org/2020/1330}},
}
@article{evans2017pragmatic,
title={A pragmatic introduction to secure multi-party computation},
author={Evans, David and Kolesnikov, Vladimir and Rosulek, Mike},
journal={Foundations and Trends{\textregistered} in Privacy and Security},
volume={2},
number={2-3},
year={2017}
}
@article{bernstein2009cryptography,
title={Cryptography in nacl},
author={Bernstein, Daniel J},
journal={Networking and Cryptography library},
volume={3},
pages={385},
year={2009},
note={\url{https://cr.yp.to/highspeed/naclcrypto-20090310.pdf}}
}
@book{mml,
title={Mathematics for Machine Learning},
author={Deisenroth, Marc Peter and Faisal, A. Aldo and Cheng, Soon Ong},
year={2020},
publisher={Cambridge University Press},
note={\url{https://mml-book.com}},
}
@misc{libsodium,
title={Libsodium},
author={{Libsodium team}},
year={2021},
howpublished={\url{https://github.com/jedisct1/libsodium}},
note={Online; accessed 2021}
}
@misc{url-blake3,
title={Blake3},
author={{Blake3 team}},
year={2022},
howpublished={\url{https://docs.rs/blake3/}},
note={Online; accessed 2022}
}
@misc{url-swanky,
title={Swanky},
author={{GaloisInc}},
year={2021},
howpublished={\url{https://github.com/GaloisInc/swanky}},
note={Online; accessed 2021}
}
@misc{url-cargo-aes,
title={Crate AES},
author={{Artyom Pavlov}},
year={2021},
howpublished={\url{https://docs.rs/aes/0.6.0/aes/index.html}},
note={Online; accessed 2021}
}
@misc{url-sodiumoxide,
title={Crate Sodiumoxide},
author={{dnaq}},
year={2021},
howpublished={\url{https://docs.rs/sodiumoxide/0.2.6/sodiumoxide/randombytes/fn.randombytes_into.html}},
note={Online; accessed 2021}
}
@misc{url-zengo,
title={MPC-Over-Signal},
author={{Omer Shlomovits}},
year={2021},
howpublished={\url{https://medium.com/zengo/mpc-over-signal-977db599de66}},
note={Online; accessed 2021}
}
@misc{SCALE,
author={Abdelrahaman Aly and Kelong Cong and Daniele Cozzo and Marcel Keller and Emmanuela Orsini
and Dragos Rotaru and Oliver Scherer and Peter Scholl and Nigel P. Smart and Titouan Tanguy
and Tim Wood},
title={{SCALE}-{MAMBA} v1.12: Documentation},
url={https://homes.esat.kuleuven.be/~nsmart/SCALE/Documentation.pdf},
year={2021}
}
@misc{keller2021effectiveness,
title={Effectiveness of MPC-friendly Softmax Replacement},
author={Marcel Keller and Ke Sun},
year={2021},
eprint={2011.11202},
archivePrefix={arXiv},
primaryClass={cs.LG}
}