[Haskell-cafe] cryptography in haskell

Roman Cheplyaka roma at ro-che.info
Sat Feb 7 23:54:45 UTC 2015


On 07/02/15 18:53, Patrick Mylund Nielsen wrote:
> (Another small issue is that it's not easy to erase something, e.g. a
> private key, from memory in Haskell, so they may stick around for some
> time. This isn't a big deal as long as your application's memory isn't
> swapped to disk.)

https://hackage.haskell.org/package/securemem

> That being said, if you're thinking about doing something like this, go
> for it! Implementing TLS is fun (as long as you don't try to reach
> compatibility with anything but recent clients,) and it might be useful
> for other Haskellers.

https://hackage.haskell.org/package/tls


More information about the Haskell-Cafe mailing list