CSMT

CSMT package implements the Compact Sparse Merkle tree whitepaper. It is used inside Bargad Framework for its Verifiable Map mode of operation.

Installation

The package can be installed by adding csmt to your list of dependencies in mix.exs:

def deps do
  [
    {:csmt, "~> 1.0.0"}
  ]
end

The docs can be found at https://hexdocs.pm/csmt.