crypto-api: A generic interface for cryptographic operations

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.

Properties

Versions 0.0.0.1, 0.0.0.2, 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.4, 0.2, 0.2.1, 0.3, 0.3.1, 0.4, 0.4.1, 0.5, 0.5.2, 0.6, 0.6.1, 0.6.2, 0.6.2.1, 0.6.3, 0.6.4, 0.7, 0.8, 0.9, 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.12.2, 0.12.2.1, 0.12.2.2, 0.13, 0.13.1, 0.13.2, 0.13.3, 0.13.3
Change log None available
Dependencies base (>=4 && <5), bytestring (>=0.9), cereal (>=0.2), entropy, tagged (>=0.1), transformers [details]
License BSD-3-Clause
Copyright Thomas DuBuisson <thomas.dubuisson@gmail.com>
Author Thomas DuBuisson <thomas.dubuisson@gmail.com>, Francisco Blas Izquierdo Riera (klondike)
Maintainer Thomas DuBuisson <thomas.dubuisson@gmail.com>
Category Data, Cryptography
Home page https://github.com/TomMD/crypto-api
Bug tracker https://github.com/TomMD/crypto-api
Source repo head: git clone https://github.com/TomMD/crypto-api
Uploaded by ThomasDuBuisson at 2018-01-05T00:16:04Z

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
all_cpolys

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

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