Registry / crypto / libb2
library0.98.1vcpkgunverified

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, and BLAKE2sp hash functions.

vcpkg install libb2
INSTALL
IMPORT
SIG · LIBB2
L
libb2
cryptocppv0.98.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

blake2.h
#include <blake2.h>

Compute BLAKE2b hash of a string

#include <blake2.h> #include <stdio.h> #include <string.h> int main() { char out[64]; blake2b(out, 64, "hello", 5, NULL, 0); for (int i = 0; i < 64; i++) printf("%02x", (unsigned char)out[i]); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.98.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libb2 — pip install libb2 · libregistry