#hash #checksum #non-cryptographic #robust #160-bit

no-std tenthash

A robust 160-bit non-cryptographic hash function

3 releases (breaking)

0.3.0 Jan 31, 2024
0.2.0 Jan 12, 2023
0.1.0 Sep 5, 2022

#764 in Algorithms

Download history 6/week @ 2024-01-25 2/week @ 2024-02-01 1/week @ 2024-02-15 24/week @ 2024-02-22 30/week @ 2024-02-29 27/week @ 2024-03-28 81/week @ 2024-04-04 9/week @ 2024-04-11

117 downloads per month

MIT/Apache

10KB
89 lines

TentHash Rust

Latest Release Documentation

Rust implementation of TentHash, a robust 160-bit non-cryptographic hash function.

WARNING: TentHash's design is not yet finalized, and digest results may change before the spec is declared 1.0.

License

This project is licensed under either of

at your option.

Contributing

Contributions are absolutely welcome! Please keep in mind that this crate aims to be:

  • no-std and allocation-free. PRs that use allocation, etc. are very likely to be rejected.
  • As small as it reasonably can be, including transitive dependencies. PRs that pull in dependencies--especially deep dependency trees--are likely to be rejected unless they really pull their weight.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you will be licensed as above (MIT/Apache dual-license), without any additional terms or conditions.

No runtime deps