Systemcluster / microhash

Collection of hash implementations with const and no_std support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microhash

Collection of hash implementations with const and no_std support.

Includes the following hash functions:

  • AHasher based on AHash with changes to support const hashing
  • IdentityHasher for already hashed values

Requires nightly Rust.

About

Collection of hash implementations with const and no_std support


Languages

Language:Rust 100.0%