jurgen-kluft / chash

Hash functions library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hash library

A simple crc and hash library

Containing

  • CRC; crc32, adler-16 and adler-32
  • murmur; 32-bit and 64-bit
  • skein; 256, 512 and 1024 bits versions
  • sha-1; 160 bits
  • md5; 128 bits

Dependencies

  • cbase

About

Hash functions library


Languages

Language:C++ 98.9%Language:Go 1.1%