Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haskell-cryptography/blake2

A Haskell library providing BLAKE2
https://github.com/haskell-cryptography/blake2

blake2 cryptography haskell

Last synced: 26 days ago
JSON representation

A Haskell library providing BLAKE2

Awesome Lists containing this project

README

        

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

[BLAKE2]: https://blake2.net/

[cryptonite]: https://github.com/haskell-crypto/cryptonite