tenthash

Crates.iotenthash
lib.rstenthash
version0.3.0
sourcesrc
created_at2022-09-05 01:40:08.202454
updated_at2024-01-31 22:54:42.64643
descriptionA robust 160-bit non-cryptographic hash function.
homepage
repositoryhttps://github.com/cessen/tenthash/tree/master/tenthash-rust
max_upload_size
id658518
size12,715
Nathan Vegdahl (cessen)

documentation

https://docs.rs/tenthash

README

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.

Commit count: 0

cargo fmt