in reply to Re: Hash Collisions with PERL_HASH_SEED=0
in thread Hash Collisions with PERL_HASH_SEED=0
When PERL_HASH_SEED=0 isn't used, each hash is given its own random seed at creation, and it switches to a new random seed when Perl detects a degenerate hash. So, those "known factors" can't be known without PERL_HASH_SEED=0.
|
|---|