Skip to content

Commit 864edca

Browse files
Update report/src/sections/07-discussion.tex
Co-authored-by: Anders Malta <74375517+Maltesius@users.noreply.github.com>
1 parent 5efe19b commit 864edca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

report/src/sections/07-discussion.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ \subsection{Shuffle Security}\label{subsec:Discution-Shuffle-security}
4040
When looking at the results of the shuffle security experiment in \autoref{fig:shufflesecurity} and \autoref{fig:shufflesecurityviolin}, we can see that when taking into account the standard deviation, the shuffle can still be secure with an~$\ell$ as low as 32 within the 8192 shuffles available.
4141
Even when taking into account the worst case scenario from our experiment, the shuffle will still be secure with an~$\ell$ as low as 42 within the 8192 shuffles available with an $\alpha$ of 8192.
4242

43-
We would however not recommend using an~$\ell$ lower than 80, as here the worst case scenario needs a little under half the available shuffles to be honest in order to be secure, and you would only need a third of the 8192 shuffles to be honest to get within the one standard deviation.
43+
We would however not recommend using an~$\ell$ lower than 80, as here the worst case scenario needs a little under half the available shuffles to be honest in order to be secure.
44+
As seen in~\autoref{fig:shufflesecurity} you would also only need a third of the 8192 shuffles to be honest to get within the one standard deviation.
4445
This would still lead to a reduction of the proving time of 62.69ms, which is 74.25\% of the current time and a reduction in the verifying time of 0.89ms, which is 96.11\% of the current time.
4546
It would also reduce the size of the block overhead from 16.656KB to 12.048KB.
4647
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.

0 commit comments

Comments
 (0)