| Crates.io | souphash |
| lib.rs | souphash |
| version | 0.1.0 |
| created_at | 2025-09-05 05:15:44.806077+00 |
| updated_at | 2025-09-05 05:15:44.806077+00 |
| description | SoupHash: an order-indipendent hash function, based on SipHash |
| homepage | |
| repository | https://github.com/andreacorbellini/souphash-rs |
| max_upload_size | |
| id | 1825102 |
| size | 55,314 |
SoupHash is a non-cryptographic hash function whose output does not depend on the order of the elements that are fed into it. It is ideal for:
SoupHash is based on the popular SipHash hashing algorithm. This repository hosts the [Rust] implementation of SoupHash. Check the [crate documentation] to learn more!