Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haskell-cryptography/blake2
- Owner: haskell-cryptography
- License: unlicense
- Created: 2015-11-12T09:46:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T17:58:45.000Z (over 1 year ago)
- Last Synced: 2024-04-25T22:30:37.550Z (7 months ago)
- Topics: blake2, cryptography, haskell
- Language: C
- Homepage:
- Size: 80.1 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
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