skein: Skein, a family of cryptographic hash functions. Includes Skein-MAC as well.
Skein (http://www.skein-hash.info/) is a family of fast secure cryptographic hash functions designed by Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker.
This package uses bindings to the optimized C implementation of Skein. We provide a high-level interface (see module Crypto.Skein) to some of the Skein use cases. We also provide a low-level interface (see module Crypto.Skein.Internal) should you need to use Skein in a different way.
Currently we have support for Skein as cryptographic hash function as Skein as a message authentication code (Skein-MAC). For examples of how to use this package, see Crypto.Skein module documentation.
This package includes Skein v1.3. Versions of this package before 1.0.0 implemented Skein v1.1.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
reference | Use the reference implementation instead of the optimized one. | Disabled |
force-endianness | Use a manually selected endian when compiling (see flag 'big-endian'). | Disabled |
big-endian | When manually selecting the endianness, use big-endian (default is little-endian). | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- skein-1.0.9.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10, 0.1.0.11, 0.1.0.12, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.8.1, 1.0.9, 1.0.9.1, 1.0.9.2, 1.0.9.3, 1.0.9.4 |
---|---|
Dependencies | base (>=3 && <5), bytestring (>=0.9), cereal (>=0.3 && <0.6), crypto-api (>=0.6 && <0.14), tagged (>=0.2 && <0.9) [details] |
License | BSD-3-Clause |
Author | Felipe Lessa <felipe.lessa@gmail.com>, Doug Whiting |
Maintainer | Felipe Lessa <felipe.lessa@gmail.com> |
Category | Cryptography |
Home page | https://github.com/meteficha/skein |
Source repo | head: git clone git://github.com/meteficha/skein.git |
Uploaded | by FelipeLessa at 2015-12-30T19:46:05Z |
Distributions | Arch:1.0.9.4, Debian:1.0.9.4, Fedora:1.0.9.4, FreeBSD:1.0.9.3, LTSHaskell:1.0.9.4, NixOS:1.0.9.4, Stackage:1.0.9.4, openSUSE:1.0.9.4 |
Reverse Dependencies | 6 direct, 3600 indirect [details] |
Downloads | 75204 total (184 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-11-28 [all 1 reports] |