@hackage cryptonite0.13

Cryptography Primitives sink

  • Installation

  • Dependencies (7)

  • Dependents (293)

    @hackage/hopenpgp-tools, @hackage/wigner-symbols, @hackage/texbuilder, @hackage/algolia, @hackage/wrecker, @hackage/signify-hs, Show all…
  • Package Flags

      support_aesni
       (on by default)

      allow compilation with AESNI on system and architecture that supports it

      support_rdrand
       (on by default)

      allow compilation with AESNI on system and architecture that supports it

      support_pclmuldq
       (off by default)

      Allow compilation with pclmuldq on architecture that supports it

      support_blake2_sse
       (off by default)

      Use SSE optimized version of BLAKE2.

      integer-gmp
       (on by default)

      Whether or not to use GMP for some functions

      support_deepseq
       (on by default)

      add deepseq instances for cryptographic types

      old_toolchain_inliner
       (off by default)

      use -fgnu89-inline to workaround an old compiler linker glibc issue.

A repository of cryptographic primitives.

  • Symmetric ciphers: AES, DES, 3DES, Blowfish, Camellia, RC4, Salsa, ChaCha.

  • Hash: SHA1, SHA2, SHA3, MD2, MD4, MD5, Keccak, Skein, Ripemd, Tiger, Whirlpool, Blake2

  • MAC: HMAC, Poly1305

  • Assymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Ed25519

  • Key Derivation Function: PBKDF2, Scrypt, HKDF

  • Cryptographic Random generation: System Entropy, Deterministic Random Generator

  • Data related: Anti-Forensic Information Splitter (AFIS)

If anything cryptographic related is missing from here, submit a pull request to have it added. This package strive to be a cryptographic kitchen sink that provides cryptography for everyone.

Evaluate the security related to your requirements before using.