6 releases

0.3.0 Jun 10, 2020
0.2.0 Mar 2, 2020
0.1.3 Jan 27, 2020
0.1.2 Oct 22, 2018

#1118 in Algorithms

Download history 41/week @ 2024-06-16 18/week @ 2024-06-23 28/week @ 2024-06-30 6/week @ 2024-07-07 24/week @ 2024-07-14 2/week @ 2024-07-21 56/week @ 2024-07-28 25/week @ 2024-08-04 28/week @ 2024-08-11 18/week @ 2024-08-18 30/week @ 2024-08-25 34/week @ 2024-09-01 23/week @ 2024-09-08 14/week @ 2024-09-15 39/week @ 2024-09-22 28/week @ 2024-09-29

107 downloads per month
Used in 3 crates

MPL-2.0+

1MB
680 lines

Contains (ELF exe/lib, 2KB) src/ffi/meow_hash.o

meowhash

A Meow hash implementation for Rust.

Documentation

Licence

Copyright 2018 Bodil Stokke

This software is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.


lib.rs:

Meow Hasher

An implementation of the Meow hasher in native Rust providing the Digest trait.

The Meow hasher is a hashing algorithm designed for hashing large data sets (on the order of gigabytes) very efficiently.

It is not cryptographically secure.

This implementation currently only supports the x86 and x86_64 architectures.

Dependencies