Yet another murmur3 hash library
Project description
yamh
Yet Another Murmur3 Hash library
Overview
Provides an interface to the murumurv3 hash library, but allows for streaming of data with a similar interface to the python hashlib library, ie:
m = yamh.murmur3_32()
m.update(b"Nobody inspects")
m.update(b" the spammish repetition")
m.digest()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yamh-1.0.0.tar.gz
(4.9 kB
view details)
File details
Details for the file yamh-1.0.0.tar.gz.
File metadata
- Download URL: yamh-1.0.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61a44675aa4d49436a5860d575c108659b9dabcac1c5f9f789fe1505e883aebc
|
|
| MD5 |
c18d7a8e7b5ee34e15f99560f66f3e78
|
|
| BLAKE2b-256 |
26a8a3f61d6d4608ec11e5788603b1414c1d5840ce7f9b9cc2bfb79bae020476
|