A merkle tree is a data structure used for efficiently summarizing sets of data, often one-time signatures.

A binary tree originally developed to authenticate a large number of public keys with a single value, namely the root of the tree. The merkle root is usually available publicly. Each node in the tree contains a cryptographic hash of node values of its children. The N values/messages that need to be authenticated are placed at the N leaves of the tree. A leaf can store an arbitrary value, usually a public authentication key, that is a cryptographic hash of the value that needs to be authenticated. A leaf can be then verified by publicly available merkle tree root value and its authentication path.
A merkle tree is a data structure used for efficiently summarizing sets of data, often one-time signatures. #ruby #rubydeveloper #rubyonrails https://rubyonrails.ba/single/a-merkle-tree-is-a-data-structure-used-for-efficiently-summarizing-sets-of-data-often-one-time-signatures

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles