Skip to main content

Mojo module

hasher

comptime values

default_comp_time_hasher

comptime default_comp_time_hasher = Fnv1a

The default hasher for compile-time hashing.

default_hasher

comptime default_hasher = AHasher[0]

The default hasher for runtime hashing.

Traits

  • Hasher: A trait for types that can incrementally compute hash values.

Was this page helpful?