Module btlib::crypto::merkle_stream

source ·

Structs

  • A struct for storing SHA2 256 hashes in a MerkleTree.
  • An implementation of a Merkle tree, a tree for storing hashes. This implementation is a binary tree which stores its nodes in a vector to ensure data locality.

Enums

Traits