skein: Skein, a family of cryptographic hash functions. Includes Skein-MAC as well.

[ bsd3, cryptography, library ] [ Propose Tags ]

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.

Flags

Automatic Flags
NameDescriptionDefault
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

Maintainer's Corner

Package maintainers

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 && <0.10), cereal (>=0.3 && <0.4), crypto-api (>=0.6 && <0.11), tagged (>=0.2 && <0.5) [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 2012-04-20T13:06:46Z
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, 3541 indirect [details]
Downloads 74252 total (154 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]