[Haskell-cafe] How to use an crypto with hackage cereal?

Yitzchak Gale gale at sefer.org
Tue Apr 21 10:50:36 UTC 2015


Sorry, you need to specify which cipher type you
are using of course. So:

      let key :: Key AES
          key = either (error "bad AES key") id $ makeKey keyBS
          cipher = cipherInit key

etc.


More information about the Haskell-Cafe mailing list