/siphashc

python c-module for siphash

Primary LanguageCMIT LicenseMIT

siphashc

python c-module for siphash, based on floodberry's version.

Build Status

Usage

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

License

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