Python CFFI wrapper around Bob Jenkins' hash functions.
Project description
This python module provides Bob Jenkin’s hash functions in python (via a ctypes wrapper calling the original C implementation).
A description of the algorithm can be found here: http://www.burtleburtle.net/bob/hash/doobs.html
The C code implementing the actual hash algorithm can be found here: http://www.burtleburtle.net/bob/c/lookup3.c
This code was released into the public domain.
Everything else is made available under the MIT license:
The MIT License
Copyright (c) 2009 Milo.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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
File details
Details for the file jenkins-cffi-1.0.2.1.tar.gz
.
File metadata
- Download URL: jenkins-cffi-1.0.2.1.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d3a8f68832da42e800c56b80bc9e5bf1af7e1bfa36f79f0ece471a458ea61f1 |
|
MD5 | 0ac6c8112124cba527a045f5f24b966e |
|
BLAKE2b-256 | a54f91b15358e9c94b1ff90e4e07d7094797913b4064c9d7eb5f4ac63250ba53 |