[][src]Module nakamoto_common::collections

Collections used in nakamoto.

Structs

Hasher

Hasher using siphash24.

RandomState

Random hasher state.

Type Definitions

HashMap

A HashMap which uses fastrand::Rng for its random state.

HashSet

A HashSet which uses fastrand::Rng for its random state.