Bindings to the official fast BLAKE3 implementations in assembly and C, with support for AVX-512, AVX2 and SSE 4.1, SSE 2.
-
Build with
nix-build -A ghc865
(orghc883
). -
Enter into a development environment with
nix-shell -A ghc865
(orghc883
). From this environment, you can build withcabal new-build blake3
, test withcabal new-test blake3
, render documentation withcabal new-haddock blake3
, etc.