Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

cactus/siphashc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

siphashc

Current status of project

Ongoing maintenance of the project (and pypi package) has transferred to Michal Čihař (nijel).
WeblateOrg/siphashc is now the canonical location.

Introduction

siphashc is a python2 c-module for siphash, based on floodberry's version.

Usage

>>> from siphashc import siphash
>>> siphash('sixteencharstrng', 'i need a hash of this')
10796923698683394048L

License

Released under the ISC license. See LICENSE.md file for details.