Update on Overleaf.

This commit is contained in:
romaric.ludinard
2023-06-21 07:58:30 +00:00
committed by node
parent 046a7410ef
commit a8628c93e5
2 changed files with 13 additions and 7 deletions

View File

@@ -44,6 +44,9 @@
\hidecommentfalse % comment to hide comments
\newcommand\LM[1]{\ifhidecomment{}\else{\textcolor{blue}{LM: #1}}\fi}
\usepackage{ stmaryrd }
\newtheorem{theorem}{Theorem}
\newtheorem{definition}{Definition}
%\fancyhf{} % Remove fancy page headers
%\fancyhead[C]{Anonymous submission \#9999 to ACM CCS 2023} % TODO: replace 9999 with your paper number
@@ -59,6 +62,8 @@
\begin{document}
\title{Mining in Logarithmic Space with Variable Difficulty} % TODO: replace with your title
\author{}
\maketitle
\begin{abstract}
This paper addresses the lack of scalability in current blockchain technology and its hindrance to widespread adoption.
@@ -91,7 +96,6 @@
% \keywords{blockchains; proof-of-work; logspace mining; superlight clients; NIPoPoWs; superblocks; variable difficulty} % TODO: replace with your keywords
\maketitle
\input{ccs-body} % TODO: replace with your brilliant paper!