You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
4The range is 2^256 and the size of the input space is infinite If the input space is infinite there is an infinite number of collisions. ∞/2²⁵⁶ = ∞...d-b– d-b2020-08-12 08:18:13 +00:00Commented Aug 12, 2020 at 8:18
-
7@d-b yes, but technically there need not be an infinite (or even more than one) collision for each output value; it could be the case that a subset of output values have only one possible input values or none at all. I suspect it is not possible to prove whether there is an infinite number of collisions for each output value for SHA-256 though I suspect it is the case.abligh– abligh2020-08-12 10:32:58 +00:00Commented Aug 12, 2020 at 10:32
-
4The size of the input space is not quite infinite, it is 2^(2^64) since the size of the input is appended before taking the hash. Not that you are likely to ever have a bigger input than that.rtpax– rtpax2020-08-12 12:42:13 +00:00Commented Aug 12, 2020 at 12:42
-
2@CaptainMan That is because 2^256 ≈ the number of atoms in the visible universe.d-b– d-b2020-08-12 17:46:28 +00:00Commented Aug 12, 2020 at 17:46
-
19"it's not an invertible function because the size of the domain is greater than the size of the range" - You're talking about the mathematical definition of one way functions, but that's not what's relevant here. The cryptographic definition is "a function which is computationally infeasible to invert". The fact that the inverse is a multivalued function irrelevant.BlueRaja - Danny Pflughoeft– BlueRaja - Danny Pflughoeft2020-08-12 20:24:34 +00:00Commented Aug 12, 2020 at 20:24
|
Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you