Hashing
A mathematical process that inputs data into a hash function to output a fixed string of characters to identify said data and organize it within a data structure. In blockchain technology, hashing is used to create unique identifiers for blocks and link them together by including the previous block’s hash value. This ensures data integrity since any alteration to the original data, no matter how small, would produce a completely different hash value.
Back to Dictionary