DE-labtory / it-chain

Lightweight & Customizable Block Chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[blockchain] implementation of merkle tree

ttkmw opened this issue · comments

Componet
blockchain

Assignee

Proposal Detail
merkle tree is implemented with 'tree' struct
but it can be implemneted with array.
both of them are good, but we can discuss which is better cause there is tradeoff.

Reference
write here