libsodium-bindings: FFI bindings to libsodium

[ bsd3, cryptography, library ] [ Propose Tags ]

This library embeds FFI bindings to the stable version of libsodium 1.0.18. The interface exposed by this library is kept close to the C library.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
use-pkg-config

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

Disabled
homebrew-libsodium

Use Homebrew version of Libsodium (macOS only).

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1.0, 0.0.1.1
Change log CHANGELOG.md
Dependencies base (>=4.14 && <5) [details]
License BSD-3-Clause
Author Hécate Moonlight, Koz Ross
Maintainer The Haskell Cryptography contributors
Category Cryptography
Home page https://github.com/haskell-cryptography/libsodium-bindings
Bug tracker https://github.com/haskell-cryptography/libsodium-bindings/issues
Source repo head: git clone https://github.com/haskell-cryptography/libsodium-bindings
Uploaded by hecate at 2024-01-12T11:04:55Z
Distributions NixOS:0.0.1.1
Reverse Dependencies 1 direct, 3 indirect [details]
Downloads 89 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for libsodium-bindings-0.0.1.1

[back to package description]

libsodium-bindings CI made with Haskell

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