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.2.tar.gz
(6.3 kB
view details)
File details
Details for the file siphashc-1.2.tar.gz
.
File metadata
- Download URL: siphashc-1.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b80fb1c1a55aa557c50e243988324c1510a3a08804fe7e57e1110aefc0ca09bf |
|
MD5 | b18b79335a41ca52b8adebe4df274f22 |
|
BLAKE2b-256 | b5478df2f7980d9d46fd1a7ec4654182425efb7d3b0d377c466f52ed7d9bb226 |