https://github.com/maandree/libblake
Library for the BLAKE-family of hashing functions
https://github.com/maandree/libblake
authenticity blake blake1 blake2 blake224 blake256 blake2b blake2s blake2xb blake2xs blake384 blake512 c-library checksum confidentiality cryptographic-hash cryptographic-primitive integrity security
Last synced: 11 days ago
JSON representation
Library for the BLAKE-family of hashing functions
- Host: GitHub
- URL: https://github.com/maandree/libblake
- Owner: maandree
- License: isc
- Created: 2022-01-29T22:41:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-05-17T19:39:58.000Z (about 2 months ago)
- Last Synced: 2026-05-17T19:51:13.689Z (about 2 months ago)
- Topics: authenticity, blake, blake1, blake2, blake224, blake256, blake2b, blake2s, blake2xb, blake2xs, blake384, blake512, c-library, checksum, confidentiality, cryptographic-hash, cryptographic-primitive, integrity, security
- Language: C
- Homepage: https://codeberg.org/maandree/libblake
- Size: 518 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
NAME
libblake - Library for the BLAKE-family of hashing functions
DESCRIPTION
libblake is a C library that implements the BLAKE-family of
cryptographic hashing functions with a zero-copy interface.
libblake implements the SHA-3 finalists BLAKE as well as
BLAKE2 and BLAKE2X.
FUTURE DIRECTIONS
libblake will implement BLAKE3 in the future.
SEE ALSO
libkeccak(7), libar2(7), blakesum