What Actually Are Merkle Trees?

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • НаукаНаука

Комментарии • 1

  • @johncramer9912
    @johncramer9912 Год назад

    So lets say you have a data set of 78 blocks, ie. [{"block1": {"properties: {"top":"a1"},{"bottom":"b2"}, "colors":["blue","green"]}},{"block2": {"properties: {"top":"c8"},{"bottom":"p1"}, "colors":["yellow","white"]}},etc.. you'd hash block1 & block2 , hash block3,block4 and so on then up the line? potentially 7 times to get to the last hash...78 to 39 to 20 to 10 to 5 to 3 to 2 to 1?