Answer the questions below.
- What is the hashing algorithm called used in Bitcoin? Secure Hash Algorithm (SHA) named SHA-256.
- Why is this hashing algorithm really hard (almost impossible) to brute-force? a Bitcoin hash is only solved in a linear, unidirectional manner. Calculations are complicated to reveal original input data.