siphashc3 3
pip install siphashc3
Latest version
Released:
Python module (in c) for siphash-2-4
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Carlo Pires
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
python c-module for siphash, based on floodberry’s version.
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
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Carlo Pires
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
File details
Details for the file siphashc3-3.tar.gz
.
File metadata
- Download URL: siphashc3-3.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 148dd566af8a1cad12c6cd78868ddc4388f343e74472fd3cc32bf87cafe9806c |
|
MD5 | b86856858e1f24a7288248f2f45e7c40 |
|
BLAKE2b-256 | 2f7f0f30b7b8156b5a4e4caed1525c716560e4c500925530f057dec2d614003f |