(no title)
tridentboy | 5 years ago
AFAIK the contrary is invalid, so that "not every output is the result of one and only one input".
tridentboy | 5 years ago
AFAIK the contrary is invalid, so that "not every output is the result of one and only one input".
chias|5 years ago
Generally when people make this claim, what they're actually referring to is what's called Collision Resistance (CR) and/or Weak Collision Resistance (WCR), which instead make claims on difficulty of finding such collisions (of which infinitely many exist).
WCR, necessary for almost any cryptographic use, states that for any given input it should be difficult to find a different input which hashes to the same value. CR, generally desirable for cryptographic hash functions, states that it should be difficult to find two different inputs such that their hashes are equal. CR implies WCR, but WCR does not imply CR -- for example, SHA-256 (currently) exhibits CR but SHA-1 only exhibits WCR.
unknown|5 years ago
[deleted]
apeescape|5 years ago
surye|5 years ago