You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
39
-
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.
38
+
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 8,192 shuffles available.
39
+
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 8,192 shuffles available with an $\alpha$ of 8,192.
40
40
41
41
We do not recommend using an~$\ell$ lower than 80, as in this case, the worst-case scenario requires a little under half of the available shuffles to be honest, in order to be secure.
42
-
As seen in~\autoref{fig:shufflesecurity}, the protocol would also only need a third of the 8192 shuffles to be honest to get within the standard deviation.
42
+
As seen in~\autoref{fig:shufflesecurity}, the protocol would also only need a third of the 8,192 shuffles to be honest to get within the standard deviation.
43
43
Lowering the shuffle size to 80 would still lead to a reduction of the proving time of 62.69 ms, which is 74.25\% of the current Curdleproofs time, and a reduction in the verifying time of 0.89 ms, which is 96.11\% of the current Curdleproofs time.
44
44
It would also reduce the block overhead size from 16.656 KB to 12.048 KB\@.
45
45
The reduced size is only 72.33\% of the current size for Curdleproofs, which would result in saving $\sim12.11$ GB of space on the blockchain each year.
0 commit comments