logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: hash_hasher

https://lib.rs/crates/hash_hasher/

Add the last reviewed version to Cargo.toml / [dependencies]:

hash_hasher = "2.0.0"

Filter reviews clicking on the numbers in the summary.

Full column names in tooltip hints: rating Negative, rating Neutral, rating Positive, rating Strong, thoroughness, understanding, reviews count.

Neg
Neu
Pos
Str
tho
und
rev
1
1
1
1
crate version
rating
date
reviewer
thoroughness, understanding
hash_hasher 2.0.0
positive
2019-11-19
medium, medium

The code is trivial and looks good enough for creating hashes given already
hashed data, at least for non-security related scenarios.

There might be some cases where the given hashes don't use the full range of
u64, though (in case a structure of several small fields is used, for
example). This might lead to suboptimal distribution and collisions in a
HashMap and might come as some surprise. On the other hand, anything without
this problem would probably require something more complex and likely slower
and this seems to aim for things like bittorrent hashes and git commits,
where the data is an [u8].

© bestia.dev 2023, MIT License, Version: 2023.608.1636

Open source repository for this web app: https://github.com/bestia-dev/cargo_crev_web/