crypto-api: A generic interface for cryptographic operations
A generic interface for cryptographic operations, platform independent quality RNG, property tests and known-answer tests (KATs) for common algorithms, and a basic benchmark infrastructure. 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.
Modules
[Index]
- Benchmark
- Benchmark.Crypto
- Crypto
- Data
- System
- Crypto
- Test
- Test.AES
- Test.Crypto
- Test.HMAC
- Test.ParseNistKATs
- Test.SHA
- Test.TwoFish
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
tests | Include Test.Crypto module for testing hash and cipher instances | Disabled |
benchmarks | Include benchmarking tools for cryptographic operations | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- crypto-api-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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 (info) |
---|---|
Dependencies | base (>=4 && <4.4), bytestring (>=0.9 && <0.10), cereal (>=0.2 && <0.4), criterion (>=0.5), directory (>=1.0.1.0 && <1.1), filepath (>=1.1 && <1.2), QuickCheck (>=2.3 && <2.4), tagged (>=0.1 && <0.2) [details] |
License | BSD-3-Clause |
Copyright | Thomas DuBuisson <thomas.dubuisson@gmail.com>, Dominic Steinitz (see Data.LargeWord module) |
Author | Thomas DuBuisson <thomas.dubuisson@gmail.com>, Dominic Steinitz |
Maintainer | Thomas DuBuisson <thomas.dubuisson@gmail.com> |
Revised | Revision 1 made by HerbertValerioRiedel at 2019-01-23T09:16:37Z |
Category | Data, Cryptography |
Home page | http://trac.haskell.org/crypto-api/wiki |
Bug tracker | http://trac.haskell.org/crypto-api/report/1 |
Source repo | head: darcs get http://code.haskell.org/crypto-api |
Uploaded | by ThomasDuBuisson at 2010-09-21T01:38:17Z |
Distributions | Arch:0.13.3, Debian:0.13.3, Fedora:0.13.3, FreeBSD:0.13.2, LTSHaskell:0.13.3, NixOS:0.13.3, Stackage:0.13.3, openSUSE:0.13.3 |
Reverse Dependencies | 80 direct, 3519 indirect [details] |
Downloads | 115796 total (343 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |