salsa20
Salsa20 cipher implementation in Haskell
It actually works, does at least as fast as naive C implementation (optimized C will obviously run faster) and tested with e-crypt test vetors.
Do not use any low-level functions, I'm going to create export list soon.