blake3: BLAKE3 hashing algorithm

[ apache, cryptography, library ] [ Propose Tags ]

Bindings to the official fast BLAKE3 implementations in assembly and C, with support for AVX-512, AVX2, SSE 2, and SSE 4.1.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
avx512

Enable AVX-512 instructions

Enabled
avx2

Enable AVX2 instructions

Enabled
sse41

Enable SSE 4.1 instructions

Enabled
sse2

Enable SSE 2 instructions

Enabled

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

Versions [RSS] 0.1, 0.1.1, 0.2, 0.3
Change log CHANGELOG.md
Dependencies base (>=4 && <5), memory [details]
License Apache-2.0
Copyright Copyright (c) Renzo Carbonara 2020
Author Renzo Carbonara
Maintainer renλren.zone
Category Cryptography
Home page https://github.com/k0001/hs-blake3
Bug tracker https://github.com/k0001/hs-blake3/issues
Uploaded by RenzoCarbonara at 2023-02-04T15:53:27Z
Distributions NixOS:0.3
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 662 total (19 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]

Readme for blake3-0.3

[back to package description]

Haskell BLAKE3

Bindings to the official fast BLAKE3 implementations in assembly and C, with support for AVX-512, AVX2 and SSE 4.1, SSE 2.

Development

  • Build with nix-build -A ghc865 (or ghc883).

  • Enter into a development environment with nix-shell -A ghc865 (or ghc883). From this environment, you can build with cabal new-build blake3, test with cabal new-test blake3, render documentation with cabal new-haddock blake3, etc.