Skip to content

Commit 4c7ae4d

Browse files
authored
Merge pull request #22 from AAU-Dat/Related-work
Related work
2 parents 51f0d6e + 0fb4c70 commit 4c7ae4d

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed
37.7 KB
Loading
39.5 KB
Loading
39.6 KB
Loading

report/src/sections/06-results.tex

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,22 @@ \subsection{Shuffle security}\label{subsec:Shuffle-security}
5454
At an $\alpha$ of 4096 we can see that at the start, with $\ell=32$, the mean number of honest shuffles necessary to make the shuffle secure is $\sim500$ lower than the 2 others.
5555
As $\ell$ increases, the mean number of honest shuffles necessary to make the shuffle secure becomes similar to the other $\alpha$ values.
5656
Another thing that differs between the experiments is that they all have sudden dip later on in the experiment.
57-
Here we can see a trend that the lower the~$\alpha$ is, the earlier the dip happens.
57+
Here we can see a trend that the lower the~$\alpha$ is, the earlier the dip happens.
58+
59+
\begin{figure*}[!htb]
60+
\centering
61+
\subfloat[\centering]{{\includegraphics[width=0.45\textwidth]{figures/results/violin-4096} }}%
62+
\qquad
63+
\subfloat[\centering]{{\includegraphics[width=0.45\textwidth]{figures/results/violin-5462} }}%
64+
\subfloat[\centering]{{\includegraphics[width=0.45\textwidth]{figures/results/violin-8192} }}%
65+
\caption{The results of the shuffle security experiment showing the spread of nessecary shuffle need for the shuffle to be secure}%
66+
\label{fig:shufflesecurityviolin}%
67+
\end{figure*}
68+
69+
The results in \autoref{fig:shufflesecurityviolin} show that for all three $\alpha$ values, the spread of the necessary honest shuffles tightens the larger the shuffle size $\ell$ gets.
70+
Like the results in \autoref{fig:shufflesecurity}, \autoref{fig:shufflesecurityviolin} also shows that the bigger a shuffle size $\ell$, the less honest shuffles on average are necessary to make the shuffle secure.
71+
72+
It is worth noting that there is a spike in the distribution of the necessary honest shuffles at $\ell=32$ for $\alpha=4096$.
73+
This spike is not present for the other two $\alpha$ values, and is due to the probabilistic nature of the shuffling method.
74+
75+

0 commit comments

Comments
 (0)