blake3: BLAKE3 hashing algorithm

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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


[Skip to Readme]

Properties

Versions 0.1, 0.1.1, 0.2, 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 2020-05-17T18:16:05Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
avx512

Enable AVX-512 instructions

Enabled
avx2

Enable AVX2 instructions

Enabled
sse41

Enable SSE 4.1 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


Readme for blake3-0.2

[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.

Development