Skip to content

Haskell bindings the official BLAKE3 hashing algorithm implementation

Notifications You must be signed in to change notification settings

k0001/hs-blake3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Haskell bindings the official BLAKE3 hashing algorithm implementation

Resources

Stars

Watchers

Forks

Packages

No packages published