@hackage / crypto-api

A generic interface for cryptographic operations

Latest0.13.3

About

Metadata

  • Last updated , by HerbertValerioRiedel
  • License BSD-3-Clause
  • Categories Cryptography
  • Maintained by: Thomas DuBuisson <thomas.dubuisson@gmail.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    all_cpolys (off by default)

    Build all the CMAC polynomes up to 10000 bits instead of just the usual ones

Readme

A generic interface for cryptographic operations (hashes, ciphers, randomness). Maintainers of hash and cipher implementations are encouraged to add instances for the classes defined in Crypto.Classes. Crypto users are similarly encouraged to use the interfaces defined in the Classes module. Any concepts or functions of general use to more than one cryptographic algorithm (ex: padding) is within scope of this package.