Add solution for 5m

This commit is contained in:
Tobias Eidelpes 2022-06-21 18:45:07 +02:00
parent 6bfb07a2e0
commit 8a671f1d00

View File

@ -353,7 +353,11 @@
finding an isomorphism for a specific commitment and challenge which
matches the response is hard.
\item \TODO
\item The size of the signature comprises the commitment, which is a hash,
and the response. The hash function is chosen to be $\unit[256]{bits}$ and
the response is $\lceil\log_2 1107\rceil\cdot 1107 = \unit[12.177]{kbit} =
\unit[1522.125]{bytes}$. In total, the signature is
$\unit[1554.125]{bytes}$ big.
\item \TODO