1 comment

[ 3.4 ms ] story [ 10.5 ms ] thread
I know the readme says not vulnerable to length extension, but couldn't you create a collision between

M, and E(M)?

Took a quick look at the source, seems it would be possible because E(M) is just M joined with 1e until it's bigger than O(max(A, B, C))

But i may have oversimplified your extension function