Skip to content

Commit a9dbd3a

Browse files
committed
Clarify reviewer question on ITMs vs ITIs
1 parent 5919308 commit a9dbd3a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

preliminaries.tex

+5-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ \section{Preliminaries \& Model}\label{sec:prelims}
5959

6060
\begin{definition}[Distributed Ledger Protocol]
6161
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
6367
methods on each party:
6468
\begin{itemize}
6569
\item $\execute()$: executes a single round of the protocol, during

pubs.bib

+9
Original file line numberDiff line numberDiff line change
@@ -1625,4 +1625,13 @@ @inproceedings{gearbox
16251625
timestamp = {Sat, 17 Dec 2022 01:15:29 +0100},
16261626
biburl = {https://dblp.org/rec/conf/ccs/DavidM0NT22.bib},
16271627
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}
16281637
}

0 commit comments

Comments
 (0)