Statistics
| Branch: | Tag: | Revision:

root / htools / Ganeti / Hash.hs @ 4c18f468

History | View | Annotate | Download (1.8 kB)

# Date Author Comment
21dc8694 03/13/2012 02:48 pm Iustin Pop

htools: add a small module for crypto functions

This adds a dependency on the following new libraries:

- Data.HMAC module from the 'crypto' library
- Data.Text from the 'text' library
- Data.ByteString from the 'bytestring' library

In Debian, the bytestring library comes with the ghc compiler, whereas...