[Haskell-cafe] [Ann] A new Haskell crypto lib: Z-Botan 0.1.1

Carter Schonwald carter.schonwald at gmail.com
Tue May 11 22:01:45 UTC 2021


Very cool! Thx for sharing!

On Tue, May 11, 2021 at 5:46 AM Dong Han <winterland1989 at gmail.com> wrote:

> Dear Haskellers:
>
> After hundreds of days working. I'm happy to announce that the very first
> version of [Z-Botan](http://hackage.haskell.org/package/Z-Botan) is
> published, It's a new crypto lib built around the versatile [botan](
> http://botan.randombit.net/) C++ crypto lib. Currently, all crypto stuff
> exported by Botan FFI is implemented, i.e.:
>
> * Random number generators.
> * Block Cipher and symmetric cipher.
> * Hash.
> * MAC.
> * Key derivation functions.
> * Password hash.
> * Constant time multiple precision integers.
> * Public key creation, import and export.
> * Public key encryption/decryption
> * Diffie-Hellman key exchange.
> * Signature generation & signature verification.
> * X.509 certificates & X.509 certificate revocation lists.
> * One time password.
> * AES Key Wrapping
> * Format Preserving Encryption.
>
> We will continue to polish this work, e.g. build TLS upon it. If you
> have any crypto usage, please give it a try. as usual, we wish you happy
> hacking!
>
> Cheers~
> Dong
> 2021.05.11
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20210511/a5b12089/attachment.html>


More information about the Haskell-Cafe mailing list