question_authority.tex 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. \documentclass[11pt,a4paper,twoside]{thesis}
  2. %% PACKAGES
  3. \usepackage[utf8]{inputenc}
  4. \usepackage[T1]{fontenc}
  5. \usepackage{algorithm}
  6. \usepackage[noend]{algpseudocode}
  7. \usepackage{amsmath}
  8. \usepackage{amsthm}
  9. \usepackage{amsfonts}
  10. \usepackage{amssymb}
  11. \usepackage{amsthm}
  12. \usepackage{cancel}
  13. \usepackage[dvips]{color}
  14. \usepackage{epigraph}
  15. \usepackage{fancyhdr}
  16. \usepackage{graphicx}
  17. \usepackage{hyperref}
  18. \usepackage{indentfirst}
  19. \usepackage{mathtools}
  20. \usepackage{minted}
  21. \usepackage{makeidx,shortvrb,latexsym}
  22. \usepackage{supertabular}
  23. %\usepackage{xypic}
  24. %% setting epigraphs
  25. \renewcommand{\epigraphsize}{\small}
  26. \setlength{\epigraphwidth}{0.8\textwidth}
  27. \let\origepigraph\epigraph
  28. \renewcommand\epigraph[2]{\origepigraph{\textit{#1}}{\textsc{#2}}}
  29. \input xy
  30. \xyoption{all}
  31. %% COMMANDS
  32. \DeclarePairedDelimiter{\floor}{\lfloor}{\rfloor}
  33. \DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
  34. \DeclarePairedDelimiter{\angular}{\langle}{\rangle}
  35. \newcommand{\naturalN}{\mathbb{N}}
  36. \newcommand{\naturalPrime}{\mathbb{P}}
  37. \newcommand{\integerZ}{\mathbb{Z}}
  38. \newcommand{\bigO}[1]{\ensuremath{\operatorname{O}\left(#1\right)}}
  39. \newcommand{\openssl}{\textsc{OpenSSL}\ }
  40. \newcommand{\dsqrt}[1]{\ensuremath{sqrt(#1)}}
  41. \newcommand{\idiv}{\ensuremath{//}}
  42. \newcommand{\strong}[1]{\textbf{#1}}
  43. \newcommand{\eulerphi}[1]{\varphi(#1)}
  44. \newcommand{\abs}[1]{\left|#1\right|}
  45. \newcommand{\rfrac}[2]{{}^{#1}\!/_{#2}}
  46. %% Optional custom shortcuts commands.
  47. \usepackage{braket}
  48. \newcommand{\pe}{\mathbb{P}_{\mathrm{E}}}
  49. \newcommand{\pme}{\mathbb{P}_{\mathrm{ME}}}
  50. \newcommand{\primary}{\blacktriangle}
  51. \newcommand{\secondary}{{\blacktriangle\!}^{\! \! +}}
  52. \newcommand{\MM}{\mathcal{M}}
  53. \newcommand{\DP}{{\D\!}^{\! \! +}}
  54. \newcommand{\D}{\Delta}
  55. \newcommand{\Fq}{ \mathbb{F}_{q}}
  56. \newcommand{\Fp}{ \mathbb{F}_{p}}
  57. \newcommand{\Lq}{ \mathcal{L}_{q}}
  58. \newcommand{\R}{ \mathcal{R}}
  59. \newcommand{\Cq}{ \mathcal{C}_{q}}
  60. \newcommand{\SCa}{ S_{C,\alpha}}
  61. \newcommand{\Cqn}{ \mathcal{C}_{q,n}}
  62. \newcommand{\K}{ \mathbb{K}}
  63. \newcommand{\U}{ \mathcal{U}}
  64. \newcommand{\vi}{\mathrm{\textbf{v}}}
  65. \newcommand{\ww}{\mathrm{w}}
  66. \newcommand{\uu}{\mathrm{\textbf{u}}}
  67. \newcommand{\f}{\mathsf{f}}
  68. \newcommand{\V}{V_{\left(n,S\right)}^{\zeta}}
  69. \newcommand{\T}{T_{\left(n,S\right)}^{\zeta}}
  70. \newcommand{\SQ}{\begin{flushright}
  71. $\square$
  72. \end{flushright}}
  73. \makeindex
  74. \let\origdoublepage\cleardoublepage
  75. \newcommand{\clearemptydoublepage}{%
  76. \clearpage
  77. {\pagestyle{empty}\origdoublepage}%
  78. }
  79. \let\cleardoublepage\clearemptydoublepage
  80. % Note that colour boxes around links are NOT printed.
  81. % The text itself can be coloured, replacing the bounding box, but
  82. % when printing this may appear illegible;
  83. % link colors can be set to black for printing purposes, like so:
  84. %\hypersetup{colorlinks,%
  85. % citecolor=black,%
  86. % filecolor=black,%
  87. % linkcolor=black,%
  88. % urlcolor=black}
  89. % Also note that this will conflict with the color package called
  90. % earlier in this document if that is not set to the right option (e.g.
  91. % dvips or pdflatex).
  92. \begin{document}
  93. %\phd %se e' la tesi di dottorato, altrimenti non mettere nulla
  94. \university{Universit\`a degli Studi di Trento}
  95. \faculty{Facolt\`a di Scienze Matematiche Fisiche e Naturali}
  96. \dept{Dipartimento di Scienze Informatiche}
  97. \Logo{logo_unitn.jpg}
  98. %% titolo del dottorato
  99. % \phdtitle{}
  100. %% titolo della tesi
  101. \title{Question Authority}
  102. \subtitle{An Inquiry into The Secure Layer}
  103. \author{Michele Orr\`u}
  104. \supervisor{Prof. Massimiliano Sala}
  105. %% Uncomment the following two lines if a co-relator is present.
  106. %\twosupervisors
  107. %\firstreader{Prof. Ettore Miron}
  108. % capo della scuola di dottorato o controrelatore
  109. \secondreader{Prof. Nara Stabbocchi}
  110. \accademico{Anno accademico $2013/2014$}
  111. \frontespizio % questo e` il frontespizio esterno, cioe' senza firme
  112. \cleardoublepage
  113. \signaturepage % questo e` il frontesizio interno con le firme
  114. %% DEDICA
  115. %non e' ovviamente obbligatoria
  116. \cleardoublepage \setcounter{page}{1} \pagenumbering{roman}
  117. \pagestyle{plain} \tableofcontents
  118. %\listoffigures
  119. %\addcontentsline{toc}{chapter}{Elenco delle figure}
  120. %\renewcommand{\listalgorithmname}{Elenco degli algoritmi}
  121. %\listofalgorithms
  122. %\addcontentsline{toc}{chapter}{Elenco degli algoritmi}
  123. %\addcontentsline{toc}{chapter}{Introduction}
  124. %% INTRODUCTION
  125. %\include{ack}
  126. %\addcontentsline{toc}{chapter}{Acknowledgment}
  127. %\cleardoublepage
  128. %\include{Introduction}
  129. %\addcontentsline{toc}{chapter}{Introduction}
  130. \cleardoublepage
  131. %% THESIS BODY
  132. \pagestyle{fancy} \pagenumbering{arabic} \mainmatter
  133. \vspace*{3in}
  134. \epigraph{
  135. \large{
  136. Many persons who are not conversant with mathematical studies imagine that
  137. because the business of [Babbage's Analytical Engine] is to give results in
  138. numerical notation, the nature of the processes must consequently be
  139. arithmetical and numerical, rather than algebraical and analytical. This is an
  140. error. The engine can arrange and combine its numerical quantities exactly as if
  141. they were letters or any other general symbols; and in fact it might bring out
  142. its results in algebraical notation, were provisions made accordingly.}}
  143. {Augusta Ada, Countess of Lovelace}
  144. \begin{figure}[b]
  145. \centering
  146. \includegraphics[width=80pt]{kopimi.png}
  147. \end{figure}
  148. \include{preface}
  149. \part{Prequisites}
  150. \include{ssl_prequisites}
  151. \include{math_prequisites}
  152. \part{Factorization Methods}
  153. \include{fermat}
  154. \include{wiener}
  155. \include{pollard-1}
  156. \include{pollard+1}
  157. \include{pollardrho}
  158. \include{conclusions}
  159. \backmatter
  160. %%\bibliographystyle{ieeetr}
  161. \bibliography{library}
  162. \clearpage
  163. \addcontentsline{toc}{chapter}{Bibliography}
  164. \end{document}