Module ggstd::hash

source ·
Expand description

Package hash provides interfaces for hash functions.

Modules

Traits

  • Hash is the common interface implemented by all hash functions.
  • Hash32 is the common interface implemented by all 32-bit hash functions.
  • Hash64 is the common interface implemented by all 64-bit hash functions.