nettle alternatives and similar packages
Based on the "Cryptography" category.
Alternatively, view nettle alternatives based on common mentions on social networks and blogs.
-
pedersen-commitment
An implementation of Pedersen commitment schemes -
arithmetic-circuits
Arithmetic circuits for zero knowledge proof systems -
cryptohash
efficient and practical cryptohashing in haskell. DEPRECATED in favor of cryptonite -
oblivious-transfer
Oblivious transfer for multiparty computation -
cipher-blowfish
DEPRECATED by cryptonite; A collection of cryptographic block and stream ciphers in haskell -
elliptic-curve
A polymorphic interface for elliptic curve operations -
crypto-api
Haskell generic interface (type classes) for cryptographic algorithms -
cipher-aes
DEPRECATED - use cryptonite - a comprehensive fast AES implementation for haskell that supports aesni and advanced cryptographic modes. -
ed25519
Minimal ed25519 Haskell package, binding to the ref10 SUPERCOP implementation. -
skein
Skein, a family of cryptographic hash functions. Includes Skein-MAC as well. -
qnap-decrypt
Decrypt files encrypted by the QNAP's Hybrid Backup Sync -
cryptohash-sha256
Fast, pure and practical SHA-256 implementation -
galois-fft
Finite field polynomial arithmetic based on fast Fourier transforms -
crypto-pubkey-types
Crypto Public Key algorithm generic types. -
crypto-pubkey
DEPRECATED - use cryptonite - Cryptographic public key related algorithms in haskell (RSA,DSA,DH,ElGamal) -
signable
Deterministic serialisation and signatures with proto-lens and protobuf-elixir support -
crypto-enigma
A Haskell Enigma machine simulator with rich display and machine state details. -
cprng-aes
Crypto Pseudo Random Number Generator using AES in counter mode -
cipher-aes128
Based on cipher-aes, but using a crypto-api interface and providing resulting IVs for each mode -
crypto-numbers
DEPRECATED - use cryptonite - Cryptographic number related function and algorithms
Clean code begins in your IDE with SonarLint
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of nettle or a related project?
Popular Comparisons
README
haskell-nettle
This is the source repository for the "nettle" cabal package, which is a safe binding to the nettle library (tested with 3.1.1, might work with 3.0, does NOT WORK with 2.x).
The binding supports all hash functions, cipher functions, cipher modes and keyed hash functions (apart from Poly1305-AES) included in nettle (additionally the AEAD-CCM cipher mode is implemented in pure haskell).
Not included are the PBKDF2 key derivation functions, the public-key algorithms (RSA, DSA, elliptic curves, ECDSA), the pseudo-random generators (lagged Fibonacci and Yarrow), and the base64/base16 encoding/decoding functions.
Also not included are the undocumented ASN1, PGP, PKCS1 and "s-expression" functions.
The haddock generated documentation is available at http://stbuehler.github.io/haskell-nettle/
The test vectors were extracted from the nettle library and ported to haskell; they come from different sources.