Dev Ojha 124d0db1e0 Make txs and evidencelist use merkle.SimpleHashFromBytes to create hash (#2635)
This is a performance regression, but will also spare the types directory
from knowing about RFC 6962, which is a more correct abstraction. For txs
this performance hit will be fixed soon with #2603. For evidence, the
performance impact is negligible due to it being capped at a small number.
2018-10-15 16:42:47 -04:00
..
2018-09-28 20:03:19 -04:00
2018-09-28 20:03:19 -04:00
2018-09-28 20:03:19 -04:00
2018-09-28 23:32:13 -04:00
2018-06-20 15:30:44 -07:00
2018-09-28 20:03:19 -04:00

Simple Merkle Tree

For smaller static data structures that don't require immutable snapshots or mutability; for instance the transactions and validation signatures of a block can be hashed using this simple merkle tree logic.