
bulat.ziganshin:
Hello Andrew,
Saturday, November 17, 2007, 5:45:29 PM, you wrote:
wasn't MD5 itself. It's all the datatype conversions. Nowhere in the Haskell libraries can I find any of these functions:
I had to write all these myself, by hand, and then check that I got
it's a good case for making useful library and put it to hackage ;)
you may wonder, but there is no paid army of haskellers which wrote all the libs you required. everything you've seen are written by enthusiasts just because they need it for their work
while working on my own program, i've made bindings to aes, twofish, sha512, pkcs5, fortune and lot of other C libs
Can you upload them to hackage Bulat? Under the Crypto category. Even just the raw FFI decls will be useful. -- Don