File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,11 @@ \section{Preliminaries \& Model}\label{sec:prelims}
59
59
60
60
\begin {definition }[Distributed Ledger Protocol]
61
61
A \emph {distributed ledger protocol } is an
62
- interactive Turing machine which exposes the following
62
+ interactive Turing machine\footnote {%
63
+ The ITM captures the behavior (code) of an honest party in the protocol, and
64
+ an \emph {execution } contains multiple honest Interactive Turing Machine Instances (ITIs)
65
+ all running the same code~\cite {uc }.}
66
+ which exposes the following
63
67
methods on each party:
64
68
\begin {itemize }
65
69
\item $ \execute ()$ : executes a single round of the protocol, during
Original file line number Diff line number Diff line change @@ -1625,4 +1625,13 @@ @inproceedings{gearbox
1625
1625
timestamp = { Sat, 17 Dec 2022 01:15:29 +0100} ,
1626
1626
biburl = { https://dblp.org/rec/conf/ccs/DavidM0NT22.bib} ,
1627
1627
bibsource = { dblp computer science bibliography, https://dblp.org}
1628
+ }
1629
+
1630
+ @inproceedings {uc ,
1631
+ title ={ {Universally composable security: A new paradigm for cryptographic protocols}} ,
1632
+ author ={ Canetti, Ran} ,
1633
+ booktitle ={ Proceedings 42nd IEEE Symposium on Foundations of Computer Science} ,
1634
+ pages ={ 136--145} ,
1635
+ year ={ 2001} ,
1636
+ organization ={ IEEE}
1628
1637
}
You can’t perform that action at this time.
0 commit comments