Skip to content

Commit 72536f8

Browse files
committed
Merge branch 'introduction' of https://github.com/AAU-Dat/P10-Curdleproofs into introduction
2 parents 6dcb3bc + 299a692 commit 72536f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

report/src/sections/01-introduction.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ \section{Introduction}\label{sec:introduction}
2020
Also, additional work is required for both provers and verifiers.
2121

2222
In this paper, we dive into the structure of Curdleproofs to understand, where the protocol can be optimized.
23-
Specifically, we work with the concept of Inner Product Arguments and how they generally only work vector sizes that are powers of two.
23+
Specifically, we work with the concept of Inner Product Arguments and how they generally only work for vector sizes that are powers of two.
2424

2525
Our protocol, CAAUrdleproofs, aims to improve on the rigid nature of Curdleproofs.
2626
Following this, we also provide argumentation of when CAAUrdleproofs is still secure.

report/src/sections/07-discussion.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ \subsection{Shuffle Security}\label{subsec:Discution-Shuffle-security}
4747
Only 72.33\% of the currently calculated size for Curdleproofs.
4848
This would result in saving $\sim 12.11GB$ of space on the blockchain each year.
4949
Some other things to keep in mind when deciding on how many honest shuffles should be necessary to make the shuffle secure is that there are other factors that can affect the security of the blockchain.
50-
One of such factors is some of the known attacks that takes advantage of controlling a large number of validators.
51-
Attacks like the $\geq50\%$ stake attack and the $33\%$ finality attack~\cite{EthereumAttackDefense2024} takes advantage of controlling a large number of validators in order to negatively effect the blockchain system.
50+
One of such factors is some of the known attacks that take advantage of controlling a large number of validators.
51+
Attacks like the $\geq50\%$ stake attack and the $33\%$ finality attack~\cite{EthereumAttackDefense2024} take advantage of controlling a large number of validators in order to negatively effect the blockchain system.
5252
Because of attacks like these, which rely on controlling a large number of validators, we would recommend, when evaluating how many honest shuffles are necessary to make the shuffle secure; one should also take into account how many honest validators are necessary to make the blockchain secure.
5353

5454
Another thing to keep in mind is that within the Ethereum system not every validator is owned by a different person.

0 commit comments

Comments
 (0)