Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: There are 2^256 private keys out there: how big is that number?
by
odolvlobo
on 21/04/2020, 07:03:59 UTC
⭐ Merited by ETFbitcoin (1)
Most Hashing algorithms' outputs are just in HEX, that's why it looks the same.

Not really. A hash is just a number (or perhaps more accurately, a string of bits). Hexadecimal is a way of representing a number in base-16.  A hash can be represented in many ways because it is just a string of bits. For example, a Bitcoin address is a hash (plus some other things), but you normally see it as base-58, and not hexadecimal.