-
Notifications
You must be signed in to change notification settings - Fork 2
/
wallets.tex
81 lines (68 loc) · 1.81 KB
/
wallets.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
\newif\ifanon
\anontrue
\documentclass[runningheads]{llncs}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{algorithm}
\usepackage{algpseudocode}
\algrenewcommand\textproc{} % disable textsc on function names
\usepackage{hyperref}
\usepackage[capitalise]{cleveref}
\usepackage{adjustbox}
\usepackage{array}
\usepackage[htt]{hyphenat}
\hyphenation{block-chain block-chains}
\hyphenation{side-chain side-chains}
\hyphenation{cryp-to-cur-ren-cy cryp-to-cur-ren-cies}
\hyphenation{bit-coin bit-coins}
\hyphenation{ethe-re-um}
\hyphenation{mo-ne-ro}
\hyphenation{dec-red}
\hyphenation{poly-no-mi-al}
\hyphenation{Mer-kle}
\newcommand{\pluseq}{\texttt{\,+=\,}}
\newcommand{\minuseq}{\texttt{\,-=\,}}
\newcommand{\stareq}{\texttt{\,*=\,}}
\newcommand{\slasheq}{\texttt{\,/=\,}}
\newcommand{\plusplus}{\texttt{++}}
\newcommand{\cupeq}{\texttt{\,$\cup$=\,}}
\providecommand{\tpl}[1]{\ensuremath{\langle#1\rangle}}
\providecommand{\rsample}{\stackrel{\mbox{\tiny $\$$}}{\leftarrow}}
\DeclareMathOperator{\polylog}{polylog}
\usepackage{fontspec}
\newfontface{\freeserif}{FreeSerif}
\setcounter{tocdepth}{2}
\begin{document}
\title{SoK: A Taxonomy of Cryptocurrency Wallets}
\ifanon
\author{}
\institute{}
\else
\author{Kostis Karantias}
\institute{
IOHK\\
\email{[email protected]}
}
\fi
\input{macros}
\maketitle
\begin{abstract}
\input{abstract}
\end{abstract}
\input{intro}
\input{model}
\input{transparent-utxo}
\input{transparent-account}
\input{privacy}
\input{light}
\input{comparison}
\ifanon
\else
\section*{Acknowledgements}
The authors wish to thank Dionysis Zindros, Pyrros Chaidos and Andrianna Polydouri who read early versions of this paper and provided helpful suggestions.
\fi
\bibliographystyle{splncs04}
\bibliography{refs}
\appendix
\input{preliminaries}
\end{document}