Add solution for 1d

This commit is contained in:
Tobias Eidelpes 2022-06-14 11:25:43 +02:00
parent 14ce6554ec
commit f5226d34ea

View File

@ -63,7 +63,11 @@
function. In total there likely need to be two distinct keys for the block
cipher calls and one key for the hash function.
\item \TODO
\item Since EWCDM is based on a block cipher and a hash function and because
those usually operate on fixed-length inputs, the construction also
operates on fixed-length inputs. Messages come in variable-length sizes
and need to be padded by the block cipher to the specified block size.
\item \TODO
\item \TODO
\item \TODO