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

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
Change log changelog.md
Dependencies base (>=4.8 && <5), bytestring [details]
License LicenseRef-PublicDomain
Author John Galt
Maintainer jgalt@centromere.net
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, NixOS:0.3.0, Stackage:0.3.0
Reverse Dependencies 4 direct, 2 indirect [details]
Downloads 3536 total (19 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.