Skip to content

carlopires/siphashc3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

siphashc3

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

Build Status

Usage

Python2.7.x

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

Python3.4.x

>>> 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.

About

python c-module for siphash

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 60.6%
  • Python 39.4%