Module nmt_rs::simple_merkle::tree

source ·
Expand description

Defines the merkle tree itself.

Structs§

  • Implements an RFC 6962 compatible merkle tree over an in-memory data store which maps preimages to hashes.

Traits§

  • A trait for hashing data into a merkle tree