项目作者: dmp1ce

项目描述 :
Haskell bindings for libsodium
高级语言: Haskell
项目地址: git://github.com/dmp1ce/haskell-libsodium.git
创建时间: 2017-01-15T16:11:39Z
项目社区:https://github.com/dmp1ce/haskell-libsodium

开源协议:The Unlicense

下载


libsodium Haskell bindings

CURRENTLY UNMAINTAINED! Please see issue #6.

Bindings to libsodium for Haskell.

The purpose of this library is to expose libsodium to Haskell applications. This library does not try to protect the developer from using libsodium incorrectly, so it is important to understand how to use libsodium. Refer to the libsodium documentation. Also, see the haddock documentation and tests for examples on how to use these bindings.

This library is not production-ready and should not be used for purposes
where cryptographic failure may endanger anyone’s life, liberty or pursuit of
happiness.