Crates.io | tenthash |
lib.rs | tenthash |
version | 0.4.0 |
source | src |
created_at | 2022-09-05 01:40:08.202454 |
updated_at | 2024-09-28 22:59:25.159564 |
description | A robust 160-bit non-cryptographic hash function. |
homepage | |
repository | https://github.com/cessen/tenthash/ |
max_upload_size | |
id | 658518 |
size | 15,310 |
Rust implementation of TentHash, a 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.
TentHash is a high-quality, reasonably fast, large-output hash. Its target applications are data fingerprinting, checksums, content-addressable systems, and other use cases that don't tolerate hash collisions.
Importantly, TentHash is explicitly not intended to stand up to attacks. Its robustness against collisions is only meaningful under non-adversarial conditions. In other words, like a good tent, it will protect you from the elements, but will do very little to protect you from attackers.
This project is licensed under either of
at your option.
Contributions are absolutely welcome! Please keep in mind that this crate aims to be:
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.