-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
44 lines (39 loc) · 1.95 KB
/
main.tex
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
\documentclass{master-thesis}
\usepackage[
backend=biber,
style=ieee,
language=autobib,
autolang=hyphen
]{biblatex}
\usepackage{amsfonts}
\usepackage{amssymb}
\addbibresource{./03_bibliography/bibliography.bib}
\hyphenation{Put-SIMD-IN-Gate}
\hyphenation{Put-Dummy-SIMD-IN-Gate}
\hyphenation{Put-IN-Gate}
\hyphenation{Put-Dummy-IN-Gate}
\hyphenation{Shan-non}
\hyphenation{De-ter-min-is-tic}
\newacronym{SMPC}{SMPC}{Secure Multi Party Computation, Ασφαλής Υπολογισμός Πολλών Μερών}
\newacronym{2PC}{2PC}{2 Party Computation, μια συγκεκριμένη μορφή SMPC με μόνο δύο συμμετέχοντες}
\newacronym{IoT}{IoT}{Internet of Things, Διαδίκτυο των Πραγμάτων}
\newacronym{TTP}{TTP}{Trusted Third Party, Έμπιστος Τρίτος}
\newacronym{FHE}{FHE}{Fully Homomoprhic Encryption, Πλήρης Ομομορφική Κρυπτογραφία}
\newacronym{HE}{HE}{Homomorphic Enryption, Ομομορφική Κρυπτογραφία}
\newacronym{SHE}{SHE}{Somewhat Homomorphic Encryption, Κάπως Ομομορφική Κρυπτογραφία}
\newacronym{SSS}{SSS}{Shamir Secret Sharing, Διαμοίραση Μυστικών Shamir}
\newacronym{BLAS}{BLAS}{Basic Linear Algebra Subprograms, Βασικές Υπορουτίνες Γραμμικής Άλγεβρας}
\newacronym{RSA}{RSA}{Ronald, Shamir, Ademir, Διάσημο πρωτόκολλο ασυμμετρικής κρυπτογραφίας}
\newacronym{GMW}{GMW}{Goldreich, Micali, Wigderson, Πρωτόκολλο SMPC}
\newacronym{BGW}{BGW}{Ben-Or, Goldwaser, Widgerson, Πρωτόκολλο SMPC}
\newacronym{gcd}{GCD}{Greatest Common Divisor}
\newacronym{lcm}{LCM}{Least Common Multiple}
\begin{document}
\input{00_preamble/preamble}
\pagestyle{fancy}
\input{01_body/body}
\input{02_postamble/postamble}
\input{03_bibliography/bibliography}
\input{04_appendix/appendix}
\glsaddallunused[\acronymtype]
\end{document}