About

Metadata

  • Last updated , by hecate
  • License BSD-3-Clause
  • Categories Cryptography
  • Maintained by: The Haskell Cryptography contributors

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.1
  2. 9.10.1
  3. 9.8.2
  4. 9.6.6
  5. 9.4.8
  6. 9.2.8

Package Flags

Use the -f option with cabal commands to enable flags

    pkg-config (off by default)

    Use pkg-config to find Libsodium (macOS and linux only).

    homebrew (off by default)

    Use Homebrew version of Libsodium (macOS only).

Readme

libsodium-bindings CI made with Haskell

libsodium-bindings exposes a set of FFI bindings from the libsodium library, version 1.0.18 and above. It has no other dependency than base, and the documentation is strong enough to stand alone.

See LibSodium.Bindings for a list of available functions.