Crate novasmt[][src]

Structs

CompressedProof

A compressed proof.

Forest

A forest that contains many trees. Can be thought of as a database full of trees. For ergonomics, internally contains an Arc and can be freely cloned around.

FullProof

A full proof with 256 levels.

InMemoryBackend

An in-memory backend DB, for testing and demos.

Tree

A sparse Merkle tree mapping from keys to values.

Enums

BackendNode

A representation of a node in the backend database.

Traits

BackendDB

A trait that encapsulates a backend database to store on-disk SMT nodes.

Type Definitions

Hashed