vincenthz / hs-cryptohash

efficient and practical cryptohashing in haskell. DEPRECATED in favor of cryptonite
Other
30 stars 24 forks source link

cryptohash internal C symbols clash with mhash #37

Closed niteria closed 8 years ago

niteria commented 9 years ago

If you try to compile a program with both cryptohash and mhash (http://mhash.sourceforge.net/) you get linking errors about duplicate symbols.

The offending symbols are:

md2_init
md2_update
ripemd160_init
sha224_init
sha256_init
sha384_init
sha512_init
tiger_init
tiger_update
whirlpool_init
whirlpool_update