meowhash-rs icon indicating copy to clipboard operation
meowhash-rs copied to clipboard

Meow hasher for Rust

Results 6 meowhash-rs issues
Sort by recently updated
recently updated
newest added

Just checking on the status of future ARM support for this crate - any idea if it'll be possible? Thanks!!

In order to interact with `meowhash::MeowHasher` functions implementing `digest::Digest` (required, for example, to calculate the hash of a stream without buffering it in-memory entirely), it's necessary for downstream users to...

The transmute from [u8; 128] in MeowHash::from_bytes is undefined behavior since Simd128 requires 16-byte alignment and a u8 array only has guaranteed 1-byte alignment. Aside from what Rust considers undefined...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Updates the requirements on [proptest](https://github.com/altsysrq/proptest) to permit the latest version. Commits 1ad340e Merge branch '1.0.0-changes' 1cb1c60 wasm32-unknown-unknown is no longer supported out-of-the-box. 08e6113 Proptest version 1.0.0, -derive version 0.3.0. e26df9f...

dependencies

Do you have any sense of how this implementation stacks up against the reference implementation, speed-wise?