Well, I am not a cryptographer, so I can't really make much attestations myself, but here's what I read:
- OP claims that the security claims of SipHash are incorrect or misleading.
- SipHash paper author defends claims made in SipHash paper.
- OP responds, claims that the security properties are misleading because most people would just assume it meant it was a "secure hash" and not a secure PRF. To prove this, he alludes to a Rust bug that as far as I can tell would work exactly the same with any hash function.
So I'm curious. Can you recover the seed in SipHash with side channel attacks? The response can be summed up as "PoC||GTFO," and I tend to agree; it seems to contradict at least some of the security claims they are making, after all.
All in all, if they have a point, it's missed in the flurry of unrelated points that were brought up there, and I definitely am not sure what to take away from it.