Re: Real-World Impact of Hash DoS in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Real-World Impact of Hash DoS in Lua
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2012年1月26日 17:44:36 -0200
> Addresses of a stack variable and a public Lua function should provide
> a few bits of randomness, too.
That sounds interesting.
> Instead of addition, you should use one of Bob Jenkin's mixing
> functions.
What are Bob Jenkin's "mixing functions"? Hash functions?
-- Roberto