Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 242 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 242 Bytes

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