Python module (in c) for siphash-2-4
Project description
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-0.8.tar.gz
(4.6 kB
view details)
File details
Details for the file siphashc-0.8.tar.gz
.
File metadata
- Download URL: siphashc-0.8.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d9fc0909bf017732e481fdd284d8440d2a35eb8734b6d3bed91fc06fa7f5123 |
|
MD5 | f2078b9c12d4650a67ad29ab4c63d8cc |
|
BLAKE2b-256 | d6905292bf9e7d35dcb3a2f14946508eceb39df72e8db5963d464993d2bfce01 |