Update on Overleaf.
This commit is contained in:
@@ -44,8 +44,11 @@
|
||||
\hidecommentfalse % comment to hide comments
|
||||
\newcommand\LM[1]{\ifhidecomment{}\else{\textcolor{blue}{LM: #1}}\fi}
|
||||
|
||||
% Math
|
||||
\usepackage{ stmaryrd }
|
||||
\newtheorem{theorem}{Theorem}
|
||||
\newtheorem{theorem}{Theorem}[section]
|
||||
\newtheorem{corollary}{Corollary}[theorem]
|
||||
\newtheorem{lemma}[theorem]{Lemma}
|
||||
\newtheorem{definition}{Definition}
|
||||
|
||||
%\fancyhf{} % Remove fancy page headers
|
||||
@@ -70,7 +73,7 @@
|
||||
Blockchain data is categorized into application data and consensus data, with consensus data growing unboundedly at a constant linear rate in time.
|
||||
Recently, a protocol to reduce storage and communication complexity of blockchains to $O(polylog(n))$ was proposed, but its security was only proven in a static context.
|
||||
|
||||
This paper focuses on modifying the protocol to fit a dynamic environment, with participants joining or leaving the network, and proving the upkeep of security properties in this context.
|
||||
This paper focuses on modifying the protocol to fit a dynamic environment, with participants joining or leaving the network, and proving the conservation of security properties in this context.
|
||||
The contributions of this paper include a study of the protocol in the dynamic context, its modification, and proof of properties in the dynamic context.
|
||||
\end{abstract}
|
||||
|
||||
@@ -99,7 +102,7 @@
|
||||
|
||||
\input{ccs-body} % TODO: replace with your brilliant paper!
|
||||
|
||||
\bibliographystyle{plain}
|
||||
\bibliographystyle{IEEEtran}
|
||||
\bibliography{ccs-sample}
|
||||
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user