
23 Apr
2015
23 Apr
'15
8:58 a.m.
On Tue, Apr 21, 2015 at 09:58:42PM +0800, Magicloud Magiclouds wrote:
Thank you. But how if the cipher was specified outside the binary data? I mean I need to pass the decrypt/encrypt function to get/put while they do not accept parameters. Should I use Reader here?
I think the crux of the problem is that you are trying to use the Serialize typeclass. Don't. Just write functions. Tom