Crate trie_root

source ·
Expand description

Generates trie root.

This module should be used to generate trie root hash.

Enums

  • Different possible value to use for node encoding.

Traits

  • Trait describing an object that can hash a slice of bytes. Used to abstract other types over the hashing algorithm. Defines a single hash method and an Out associated type with the necessary bounds.
  • Byte-stream oriented trait for constructing closed-form tries.

Functions