From c2d6f51e355a0609cb6678d986d94b6b965ee999 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Thu, 22 Jun 2023 14:44:49 +0000 Subject: [PATCH] Update on Overleaf. --- ccs-body.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccs-body.tex b/ccs-body.tex index aea09b8..42249b4 100644 --- a/ccs-body.tex +++ b/ccs-body.tex @@ -306,7 +306,7 @@ The main idea of their solution is \emph{(i)} to attach increasing weights $W_\ \centering \begin{tabular}{cllllcccccr} \toprule - & \textbf{BTC Full} & \textbf{BTC SPV} & \textbf{Ethereum} & \textbf{Superblock NIPoPows} & \textbf{FlyClient} & \textbf{Mining in Log. Space} & This work \\ + & \textbf{BTC Full} & \textbf{BTC SPV} & \textbf{Ethereum (before The Merge)} & \textbf{Superblock NIPoPows} & \textbf{FlyClient} & \textbf{Mining in Log. Space} & This work \\ \midrule \textbf{Prover storage} & $n(c+\delta)$ & $nc + log(\delta)$ & $nc + k\delta + a$ & $nc + k\delta + a$ & $nc + k\delta + a$ & $\polylog(n)c + k\delta + a$ & ? \\ \textbf{Communication} & $n(c+\delta)$ & $nc + log(\delta)$ & $nc + k\delta + a$ & $\polylog(n)c + k\delta + a$ & $\polylog(n)c + k\delta + a$ & $\polylog(n)c + k \delta + a$ & ? \\