Reading Assignment – Hashing
- What is the hashing algorithm called used in Bitcoin?
SHA256 - Why is this hashing algorithm hard to brute-force?
a. Because it can not be reversed to calculate the initial input.
b. Because there are too many possibilities to calculate.