vincenthz / hs-cryptohash

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

Expose toHex? #31

Closed nh2 closed 9 years ago

nh2 commented 9 years ago

For the github package we have to check a HMAC against a provided SHA1 in hex form.

Would you mind exposing your toHex function, or recommend us to depend on base16-bytestring instead?

vincenthz commented 9 years ago

(sorry I just see this now) I think it's probably better to depend on base16-bytestring, cryptohash have the capability just because I didn't want cryptohash to depends on more package.