Python module (in c) for siphash-2-4
Project description
Installation
Install using pip:
pip install siphashc
Sources are available at <https://github.com/WeblateOrg/siphashc>.
Introduction
siphashc is a python c-module for siphash, based on floodberry’s version.
It was merged from two versions of the module:
Usage
Python 2
>>> from siphashc import siphash
>>> siphash('sixteencharstrng', 'i need a hash of this')
10796923698683394048L
Python 3
>>> from siphashc import siphash
>>> siphash('sixteencharstrng', 'i need a hash of this')
10796923698683394048
License
Released under the MIT license. See LICENSE.md file for details.
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
siphashc-1.0.tar.gz
(4.7 kB
view details)
File details
Details for the file siphashc-1.0.tar.gz
.
File metadata
- Download URL: siphashc-1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec3737222b00b08a414fa8b5b61a75ddf9d23484750eceb04451edb84a496bc5 |
|
MD5 | 7cbf0549d98e8e181ff6d44a0cb4fd47 |
|
BLAKE2b-256 | 921bdb7e0c4e71d807f8d960e029a899eb772cc49fb37c2c328780228e1c8994 |