Comment on Reversing an integer hash functionparentComments−superjan4yI agree that for standard hash tables this won’t work. However, I recently read about “Ideal Hash Trees” [0], that preserves the entire hash. That design also requires all bits to be “random” because it lacks the usual prime division.[0] https://lampwww.epfl.ch/papers/idealhashtrees.pdf
Comments
I agree that for standard hash tables this won’t work. However, I recently read about “Ideal Hash Trees” [0], that preserves the entire hash. That design also requires all bits to be “random” because it lacks the usual prime division.
[0] https://lampwww.epfl.ch/papers/idealhashtrees.pdf