From f93c1ebf13011eb7f73d942da3d8cf155c12dea4 Mon Sep 17 00:00:00 2001 From: mathysEthical <110499907+mathysEthical@users.noreply.github.com> Date: Tue, 26 Mar 2024 14:49:43 +0100 Subject: [PATCH] Update unicoll.md Removed the k limitation, it works perfectly fine with k=6 for example. --- unicoll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicoll.md b/unicoll.md index 1bdd730..fae95cb 100644 --- a/unicoll.md +++ b/unicoll.md @@ -27,7 +27,7 @@ There are other single-bit collision attacks including some on lower bits of byt The script is not perfect and sometimes fails (I will try to make it smarter), in which case I suggest to just retry with a slightly modified prefix (another fix is to set `data=200000` in the script to a higher value, say `data=1000000`). * Clone hashclash repo * Follow instructions to build hashclash -* Run `[hashclashdir]/scripts/poc_no.sh ` with a prefixfile of length N x 64 + K x 4 bytes where K<=3. +* Run `[hashclashdir]/scripts/poc_no.sh ` with a prefixfile of length N x 64 + K x 4 bytes [WY05]: https://link.springer.com/chapter/10.1007/11426639_2 [M04]: https://eprint.iacr.org/2004/356.pdf