-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpaper.tex
executable file
·212 lines (169 loc) · 5.55 KB
/
paper.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
%\documentclass[letterpaper, twocolumn, 10pt]{article}
%\documentclass{acm_proc_article-sp}
\documentclass{sig-alternate}
\usepackage[hyphens]{url}
\usepackage[usenames,dvipsnames]{color}
\usepackage{comment}
\usepackage{float}
\usepackage{lipsum}
\usepackage{pifont} %used for tickmark and crosses.
% \usepackage[english]{babel}
\usepackage{array}
\usepackage{multirow}
\usepackage{amssymb}
%\usepackage{amsthm}
\usepackage{amsmath}
\usepackage[normalem]{ulem}
\usepackage{xspace}
\usepackage{datetime}
% To support subfigures
%\usepackage{caption}
%\usepackage{subcaption}
% \usepackage{graphicx}
%%%%%%%%%% verbatim related
\usepackage{fancyvrb}
\fvset{framesep=2mm,fontsize=\scriptsize,framerule=.1mm,numbersep=1mm,commandchars=\\\{\}}
\usepackage{listings}
% \usepackage{tgcursor}
%%%%%%%%%%%%%%%%%%%% pseudocode-related stuff
\usepackage[usenames,dvipsnames]{xcolor}
\newcommand{\codecomment}[1]{\textcolor[rgb]{0.133,0.445,0.133}{#1}}
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
% \usepackage{algorithmic}
\newfloat{algorithm}{t}{lop}
% change indentation!!
%\setlength\fboxsep{0pt}
\renewcommand\algorithmicindent{1em}
%\newcommand{\INDSTATE}[1][1]{\State\hspace{#1\algorithmicindent}}
% \newcommand{\INDSTATE}[1][1]{\State\hspace{2em}}
%%%%%%%%%%%%%%%%%%%%
% float control
\renewcommand{\topfraction}{0.9}
\widowpenalty=10000
\clubpenalty=10000
% \usepackage[small,compact]{titlesec}
% \usepackage{savetrees}
%%%%%%%%%%%%%%%%%%%%
\newtheorem{mydef}{Definition}
\newtheorem{theorem}{Theorem}[section]
\newsavebox{\verbbox}
% \usepackage[stable]{footmisc}
\newif\ifrev
\hyphenation{WEB-rick}
%%%%%%%%%%%%%%%%%%
\usepackage{hyperref}
\newcommand{\PPH}{{\sc \{Pass\}}\xspace}
\hypersetup{%
pdftitle = {Put your title here. It will show up when printing or looking at PDF details},
pdfkeywords = {},
% pdfauthor = { Justin Cappos},
pdfauthor = { Names removed for anonymous submission},
bookmarksnumbered,
bookmarksopen=true,
colorlinks=true,
urlcolor=[rgb]{.35,0,0},
linkcolor=[rgb]{.35,0,0},
citecolor=[rgb]{.35,0,0},
pdfstartview={FitH},
}
%%%%%%%%%%%%%%%%%%
% COMMENT OUT NEXT LINE TO HIDE TODOs
\revtrue
%%%%%%%%%%%%%%%%%%
\ifrev
\newcommand{\todo}[1]{{\color{red} [TODO: #1]}}
\else
\newcommand{\todo}[1]{}
\fi
\newcommand{\eat}[1]{}
\newcolumntype{m}[1]{>{\centering\arraybackslash\hspace{0pt}}p{#1}}
\renewcommand\arraystretch{1.5} % so exponents fit inside a table
\newcommand{\bigO}[1]{\ensuremath{\operatorname{O}\bigl(#1\bigr)}}
\newcommand\vit[1]{\textit{#1}}
% \renewcommand{\theFancyVerbLine}{\textsuperscript{\arabic{FancyVerbLine}}}
% big-O notation/symbol
% \newcommand{\sysname}{NetCheck\xspace}
\newcommand{\mysup}[1]{\textsubscript{#1}}
\newcommand{\order}{\textit{OrderingAlg}\xspace}
\newcommand{\Order}{\textit{Trace-ordering}\xspace}
\newcommand{\model}{network model\xspace}
\newcommand{\Model}{Network model\xspace}
\newcommand{\class}{diagnoses engine\xspace}
\newcommand{\Class}{Diagnoses engine\xspace}
\newenvironment{myquote}{\list{}{\leftmargin=0in\rightmargin=0in}\item[]}{
\endlist}
\makeatletter
\newcommand\xleftrightarrow[2][]{%
\ext@arrow 9999{\longleftrightarrowfill@}{#1}{#2}}
\newcommand\longleftrightarrowfill@{%
\arrowfill@\leftarrow\relbar\rightarrow}
\makeatother
\renewcommand{\labelenumi}{\roman{enumi}}
\newcounter{mycounter}
\newenvironment{noindlist}
{\begin{list}{\textit{\arabic{mycounter})}~}{\usecounter{mycounter}
\labelsep=0em
\labelwidth=0em \leftmargin=0em \itemindent=1em \itemsep=-0.2em }}
{\end{list}}
\newcommand{\squishlist}{%
\begin{list}{$\bullet$}
{ \setlength{\itemsep}{0pt} \setlength{\parsep}{3pt}
\setlength{\topsep}{3pt} \setlength{\partopsep}{0pt}
\setlength{\leftmargin}{1.5em} \setlength{\labelwidth}{1em}
\setlength{\labelsep}{0.5em} } }
\newcommand{\squishend}{%
\end{list} }
\newcommand{\tickmark}{\ding{51}}
\newcommand{\xmark}{\ding{55}}
\newcommand*\samethanks[1][\value{footnote}]{\footnotemark[#1]}
%some useful macros
\newcommand\partialbytes{isolated-check bits\xspace}
\newcommand\Partialbytes{Isolated-check bits\xspace}
\newcommand\thresholdaccount{protector account\xspace}
\newcommand\thresholdaccounts{protector accounts\xspace}
\newcommand\Thresholdaccount{Protector account\xspace}
\newcommand\Thresholdaccounts{Protector accounts\xspace}
\newcommand\thresholdlessaccount{shielded account\xspace}
\newcommand\thresholdlessaccounts{shielded accounts\xspace}
\newcommand\Thresholdlessaccount{Shielded account\xspace}
\newcommand\Thresholdlessaccounts{Shielded accounts\xspace}
\newcommand\partialverification{isolated validation\xspace}
\newcommand\Partialverification{Isolated validation\xspace}
\newcommand\partialverifications{isolated validations\xspace}
\newcommand\THRESHOLDLESS{SHIELDED\xspace}
\newcommand\sxh{share$\oplus$hash\xspace}
\input{annotations}
\begin{document}
\numberofauthors{2}
%\date{}
\title{Use something catchy. The system name should be in the title.}
% enable this to de-anonymize!
%\newcommand{\showurlx}{{\url{https://whatever_the_url.is}}}
\newcommand{\showurlx}{[redacted]}
\author{
%\IEEEauthorblockN{Justin Cappos}\\
%New York University\\
%\and
Use whatever template the conference provides for the paper.tex file.
% copy the following lines to add more authors
% \and
% {\rm Name}\\
%Name Institution
}
\maketitle
\input{abstract}
\input{introduction}
\input{threat-model}
\input{background}
\input{architecture}
\input{implementation}
\input{evaluation}
\input{related-work}
\input{conclusion}
%\dmyyyydate
{\footnotesize \bibliographystyle{abbrv}
\bibliography{bibdata}}
% \theendnotes
\end{document}