Skip to content

Commit 642f725

Browse files
authored
Merge pull request #18 from AAU-Dat/corrections
Corrections
2 parents 3e31013 + 26ceb1a commit 642f725

File tree

5 files changed

+102
-82
lines changed

5 files changed

+102
-82
lines changed

report/src/main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
\maketitle
1717
\input{sections/00-abstract}
1818
\input{sections/01-introduction}
19-
\input{sections/02-related-work}
2019
\input{sections/03-background}
20+
\input{sections/02-related-work}
2121
\input{sections/04-approach}
2222
\input{sections/05-experimental-protocol}
2323
\input{sections/06-results}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22

33
\section{Introduction}\label{sec:introduction}
4-
This is the introduction
4+
Ethereum is a decentralized blockchain platform that enables developers to build and deploy smart contracts and decentralized applications.
5+
It is the second-largest blockchain platform by market capitalization and has a large and active developer community.
56

67

report/src/sections/03-background.tex

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ \section{Background}\label{sec:background}
33
In this section, we provide the necessary background information on the Curdleproofs protocol~\cite{Curdleproofs}, the Whisk protocol~\cite{Whisk2024} and an overview of the notation used in the paper.
44

55
The notation used throughout this paper can be seen in~\autoref{tab:notation}.
6-
\begin{table*}[ht]
6+
\begin{table*}[!htb]
77
\centering
88
\begin{tabular}{|l|l|}
99
\hline
@@ -45,8 +45,8 @@ \section{Background}\label{sec:background}
4545
$\mathbf{a}_{[:k]}=(a_1,\dots,a_k)\in\mathbb{F}^k, \; \mathbf{a}_{[k:]}=(a_{k+1},\dots,a_n)\in\mathbb{F}^{n-k}$
4646
& Slices of vectors (Python notation) \\
4747
\hline
48-
\{\textit{Public Input}, \textit{Witness}\}: Relation
49-
& Relation using the specified public input and witness \\
48+
$\left\{\phi; w\middle|\textit{ properties satisfying }\phi,w\right\}$
49+
& Relation using the specified public input $phi$ and private witness $w$ \\
5050
\hline
5151
\end{tabular}
5252
\caption{Notation used throughout the paper.}
@@ -61,11 +61,9 @@ \section{Background}\label{sec:background}
6161
Given a finite, multiplicative cyclic group $\mathbb{G}$ of prime order $p$, the decisional Diffie-Hellman problem is defined as follows: Given $(g^a,g^b,g^c)\in\mathbb{G}$, where $g$ is a generator of $\mathbb{G}$ and $a,b,c\in\mathbb{Z}_p$, decide whether $c=ab$.
6262
\end{definition}
6363

64-
\subsection{Whisk}\label{sec:related-work-whisk}
64+
\subsection{Whisk}\label{subsec:related-work-whisk}
6565

66-
\paragraph*{\textbf{Ethereum}}\label{sec:background-ethereum}
67-
Ethereum is a decentralized blockchain platform that enables developers to build and deploy smart contracts and decentralized applications.
68-
It is the second-largest blockchain platform by market capitalization and has a large and active developer community.
66+
\paragraph*{\textbf{Ethereum Proof of Stake}}\label{par:background-ethereum}
6967
Ethereum uses a proof-of-stake consensus mechanism, which allows users to validate transactions and create new blocks by staking their Ether (ETH) tokens.
7068
The Proof-of stake protocol works in epochs of 32 slots, where each slot is 12 seconds long.
7169
In each slot a proposer is chosen to propose a block thereby allowing the network to reach consensus on the state of the blockchain.

0 commit comments

Comments
 (0)