08.07.2013, 22:57
I dont see a way to take the random salt in your WhirlpoolHashRandom too, correct me if i'm wrong.
stock WhirlpoolHashRandom(string[], times, salt[], salt_length, bool: iter_append = false)
salt isnt passed as reference, so you dont store the salt.
EDit: sorry for who read, string are always passed as reference.
stock WhirlpoolHashRandom(string[], times, salt[], salt_length, bool: iter_append = false)
salt isnt passed as reference, so you dont store the salt.
EDit: sorry for who read, string are always passed as reference.