Everything about hashing in Blockchain
The process of converting an arbitrary size of data into a fixed-sized value is called hashing and it is a one-way process, i.e. the input can’t be retrieved from the output(hash). Read more about hashing from here. It is an integral part of blockchain technology. We have a lot of hashing algorithms that can be used … Read more