blake2: A library providing BLAKE2

[ cryptography, library, public-domain ] [ Propose Tags ]

This library provides the BLAKE2 hash algorithms.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
llvmDisabled
support_blake2_sse

Use SSE optimized version of BLAKE2

Disabled
Automatic Flags
NameDescriptionDefault
hlintEnabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.3.0, 0.3.0.1
Change log changelog.md
Dependencies base (>=4.8 && <5), bytestring [details]
License LicenseRef-PublicDomain
Author John Galt
Maintainer jgalt@centromere.net
Revised Revision 1 made by chris_martin at 2023-06-23T23:37:17Z
Category Cryptography
Home page https://github.com/centromere/blake2
Bug tracker https://github.com/centromere/blake2/issues
Source repo head: git clone https://github.com/centromere/blake2.git
Uploaded by jgalt at 2018-12-24T17:03:21Z
Distributions LTSHaskell:0.3.0.1, NixOS:0.3.0.1
Reverse Dependencies 4 direct, 2 indirect [details]
Downloads 3823 total (30 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-12-24 [all 1 reports]

Readme for blake2-0.3.0

[back to package description]

blake2

Build Status Haskell

This library provides the BLAKE2 hash algorithms. While cryptonite also provides a BLAKE2 implemenation, this library has fewer dependencies and a richer API for features like keyed hashing and variable length output.