Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 384 Bytes

Build Status

hashing

A pure Haskell hash library

Implemented hash algorithm:

  • SHA1
  • SHA224
  • SHA256
  • SHA384
  • SHA512
  • MD5
  • Whirlpool

Performance

Performance is about 1/5 to 1/15 of native C/ASM implementation (such as openSSL or cryptonite by Vincent Hanquez).