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, 0.3.0.1
Change log changelog.md
Dependencies base (>=4.15 && <4.19), bytestring (>=0.10.12 && <0.12) [details]
License Unlicense
Author John Galt
Maintainer jgalt@centromere.net
Category Cryptography
Home page https://github.com/haskell-cryptography/blake2
Bug tracker https://github.com/haskell-cryptography/blake2/issues
Source repo head: git clone https://github.com/haskell-cryptography/blake2.git
Uploaded by chris_martin at 2023-06-27T18:00:14Z
Distributions LTSHaskell:0.3.0.1, NixOS:0.3.0.1
Reverse Dependencies 4 direct, 2 indirect [details]
Downloads 3824 total (31 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for blake2-0.3.0.1

[back to package description]

blake2

This library provides the BLAKE2 hash algorithms.

Comparison with other libraries

This library has fewer dependencies than cryptonite and a richer API for features like keyed hashing and variable-length output.