Hello--
I am going to use the function 'hashPassword' in [1] and I am not able to understand why the result is
MonadRandom ByteArray instead of simply being a
ByteString (or, ByteArray, or similar). Looking at [2], the only useful thing I can do with a
MonadRandom a is to convert it to
IO a. Why would a result of this determistic computation be a
IO?