Call for early adopters of Sel, Botan and one-time-password

Posted 2024-04-05 16:00:00 ‐ 2 min read

We are calling for early adopters of libraries under the stewardship of the Haskell Cryptography Group.

The Haskell Cryptography Group is calling for early adopters of sel, botan-low, and one-time-password which provide reliable and well-documented bindings to libsodium and botan, as well as an implementation of OTP codes (TOTP and HOTP) backed in large part by sel.

We want to gather feedback from industrial and hobbyist users on the documentation and ergonomics of these libraries, as this will help us serve users better in the future.

In particular, we want to know if the example usages provided in the documentation help, and how they could be improved.

You can use these libraries today by adding them to your cabal file:

sel ^>=0.0.1,
one-time-password ^>=3.0.0,

and

botan-low ^>=0.0.1,

For security reasons, the bindings do not bundle the underlying C and C++ libraries, you have to install them yourself:

Please let us know if you have any issue on the the ticket trackers: