Crate hotshot_stake_table

source ·
Expand description

This crate contains some stake table implementations for HotShot system.

Modules§

  • Configuration file for stake table
  • A stake table implementation that’s based on Append-only Merkle Tree.
  • Utilities to help building a stake table.
  • A vector based stake table implementation. The commitment is the rescue hash of the list of (key, amount) pairs;