Simplified for Complexity

Building products and services is a complex task. At Finlabs, we as a team, have a wide range of experience from working at telecommunication giants, to advertising behemoths, to Fintech startups, to…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Blockchain and Hashing Technology

The fundamental part of blockchain technologies are hash functions. If you understand hash functions ,you can understand the related concepts more easily.

Blockchain and Hashing Technology

To get an output of a fixed length we use hash functions,It will not consider the length of the input given.Hashing function is executed with the help of a hashing algorithm.

To write new transactions into Blockchain we use hashing and it is a mathematical process.We must ensure the following features to consider a hash function as a secured one:

Even if we execute the same input multiple times ,the output or hash should be same.It should produce the output quickly. It should be impractical to find an input ’A’ from H(A).There should be a huge change in the hash with small change in the input .There should be a unique value of hash.

Pointers and linked list are mainly two data structures used in Blockchain.The pointers also store the hash value of the previous block including the address.

Blockchain is a linked list in which each node stores a hash pointer and a data header.

This process is used to add new blocks tot the Blockchain.If it is a valid transaction, the miners add the transaction to Blockchain.Instant creations of more hash functions can result in the collision of hashes.

Add a comment

Related posts:

Become genuinely interested in other people

If you want that other like you so you should keep this principle in mind: “Become genuinely interested in other people”. If you take interest in others, they would feel happy to do friendship with…

Bitcoin Cash Smart contracts

Today I want to speak something interesting. It's about Smart contracts on top of the Bitcoin cash Blockchain. For those of you who don't know what is Bitcoin cash. Bitcoin cash is a hard fork of the…

How To Write Creatively

Creative writing is one interesting topic to explore in the field of writing, but before we proceed with discussing the main aim of this article, let’s have a brief brush-up of the basics. Creative…