I submitted my container library to code.dlang.org

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Fri Apr 3 13:41:04 PDT 2015


On 04/02/2015 02:10 PM, Kagamin wrote:
> 
> The vulnerability presentation suggests perl solution (random hash seed)
> is good enough, it doesn't slow down anything. The seed can be left zero
> and initialized by an application as needed. One can also use a longer
> key and add more its bits every, say, 10 bytes of hashed data, not sure
> if it will make any difference.

A global random hash seed would work, but it needs to be accessible for
reproducing test cases (druntime DRT option or in core.runtime).


More information about the Digitalmars-d mailing list