Are there randomized almost universal hashes that are fast for extremely short messages (usually <10 bytes)?
Edit: This is for hash tables, so it only needs to be hard enough to break to make the HashDOS attack not worthwhile. I am specifically looking for a solution for LuaJIT. Since Lua interns all strings, this needs to be really fast. SipHash-1-3 is too slow.