|
|
|
|
|
by betterunix2
2738 days ago
|
|
Hash functions are OWFs, but OWFs are not necessarily hash functions. Among other things, for an OWF inverting the function is only hard on average, and recovering some information about the "preimage" may not be hard (the only guarantee is that there is something about the input that is hard to compute). Also, there are common uses of hash functions that are not even theoretically sound (anything in the random oracle model), so we should be careful when discussing the "theoretical basis" for hash functions... |
|
But the random oracle model is fully theoretically sound - I'm not sure where you got the impression it isn't. Do you think everything outside the standard model of cryptography isn't theoretically sound? What, then, is your definition of soundness?